aboutsummaryrefslogtreecommitdiff
path: root/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 /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 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 04da568..2c643bf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,11 @@ name = "steamworks"
version = "0.1.0"
authors = ["matt"]
+[features]
+default = []
+# Skip looking for the steamworks sdk for docs builds
+docs-only = ["steamworks-sys/docs-only"]
+
[workspace]
members = [
"./steamworks-sys"