aboutsummaryrefslogtreecommitdiff
path: root/steamworks-sys/Cargo.toml
diff options
context:
space:
mode:
authorMatthew Collins <[email protected]>2018-02-27 17:57:10 +0000
committerMatthew Collins <[email protected]>2018-02-27 17:57:10 +0000
commit2944a722c62b5d177db27826c0e4b4161f97a1fe (patch)
tree6fb7472a01e667a4e7fe61f42763a352799cee43 /steamworks-sys/Cargo.toml
parentImprove error handling (diff)
downloadsteamworks-rs-2944a722c62b5d177db27826c0e4b4161f97a1fe.tar.xz
steamworks-rs-2944a722c62b5d177db27826c0e4b4161f97a1fe.zip
Add a feature for docs-only builds
Diffstat (limited to 'steamworks-sys/Cargo.toml')
-rw-r--r--steamworks-sys/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/steamworks-sys/Cargo.toml b/steamworks-sys/Cargo.toml
index b672938..59c2b9d 100644
--- a/steamworks-sys/Cargo.toml
+++ b/steamworks-sys/Cargo.toml
@@ -4,6 +4,13 @@ version = "0.1.0"
authors = ["matt"]
build = "build.rs"
+
+[features]
+default = []
+# Skip looking for the steamworks sdk for docs builds
+docs-only = []
+
+
[dependencies]
libc = "0.2.36"