aboutsummaryrefslogtreecommitdiff
path: root/steamworks-sys
diff options
context:
space:
mode:
authorMatthew Collins <[email protected]>2019-03-23 16:00:38 +0000
committerMatthew Collins <[email protected]>2019-03-23 16:00:38 +0000
commit1d1caa281109f2df9a3d75fe4ef3baa790e0898a (patch)
treefa5d2a69cfadf6a8a80d12deca78c0bb64609971 /steamworks-sys
parentGenerate the bindings from the provided json file instead of bindgen (Fixes #3) (diff)
downloadsteamworks-rs-1d1caa281109f2df9a3d75fe4ef3baa790e0898a.tar.xz
steamworks-rs-1d1caa281109f2df9a3d75fe4ef3baa790e0898a.zip
Set versions to 0.5.0 and 0.4.0 (for sys)
Diffstat (limited to 'steamworks-sys')
-rw-r--r--steamworks-sys/Cargo.toml3
-rwxr-xr-xsteamworks-sys/build.rs1
2 files changed, 1 insertions, 3 deletions
diff --git a/steamworks-sys/Cargo.toml b/steamworks-sys/Cargo.toml
index e46410d..3d6e63b 100644
--- a/steamworks-sys/Cargo.toml
+++ b/steamworks-sys/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "steamworks-sys"
-version = "0.3.1"
+version = "0.4.0"
authors = ["Thinkofname"]
build = "build.rs"
description = "Provides raw bindings to the steamworks sdk"
@@ -23,7 +23,6 @@ libc = "0.2.50"
[build-dependencies]
cc = "1.0.31"
-bindgen = {git = "https://github.com/rust-lang/rust-bindgen.git"} # "0.48.1"
serde = "1.0.89"
serde_derive = "1.0.89"
serde_json = "1.0.39"
diff --git a/steamworks-sys/build.rs b/steamworks-sys/build.rs
index c68259c..0f2295a 100755
--- a/steamworks-sys/build.rs
+++ b/steamworks-sys/build.rs
@@ -1,4 +1,3 @@
-extern crate bindgen;
extern crate cc;
extern crate serde_json;
#[macro_use]