aboutsummaryrefslogtreecommitdiff
path: root/steamworks-sys
diff options
context:
space:
mode:
authorMatthew Collins <[email protected]>2018-02-27 18:15:19 +0000
committerMatthew Collins <[email protected]>2018-02-27 18:15:19 +0000
commitec1f084f2570401a7d36180fc8d99ad988fb1aeb (patch)
tree6958e9a905ff661d35ba0123848a3e44910b56d2 /steamworks-sys
parentUpdate Cargo.toml (diff)
downloadsteamworks-rs-ec1f084f2570401a7d36180fc8d99ad988fb1aeb.tar.xz
steamworks-rs-ec1f084f2570401a7d36180fc8d99ad988fb1aeb.zip
Fix the metadata for the sys crate
Diffstat (limited to 'steamworks-sys')
-rw-r--r--steamworks-sys/Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/steamworks-sys/Cargo.toml b/steamworks-sys/Cargo.toml
index 84dff45..173df30 100644
--- a/steamworks-sys/Cargo.toml
+++ b/steamworks-sys/Cargo.toml
@@ -3,7 +3,7 @@ name = "steamworks-sys"
version = "0.1.0"
authors = ["matt"]
build = "build.rs"
-description = "Provides raw friendly bindings to the steamworks sdk"
+description = "Provides raw bindings to the steamworks sdk"
license = "MIT / Apache-2.0"
repository = "https://github.com/Thinkofname/steamworks-rs"
documentation = "https://docs.rs/steamworks-sys"
@@ -20,3 +20,6 @@ libc = "0.2.36"
[build-dependencies]
cc = "1.0.4"
+
+[package.metadata.docs.rs]
+features = [ "docs-only" ] \ No newline at end of file