diff options
| author | Matthew Collins <[email protected]> | 2018-02-27 17:57:10 +0000 |
|---|---|---|
| committer | Matthew Collins <[email protected]> | 2018-02-27 17:57:10 +0000 |
| commit | 2944a722c62b5d177db27826c0e4b4161f97a1fe (patch) | |
| tree | 6fb7472a01e667a4e7fe61f42763a352799cee43 /steamworks-sys/Cargo.toml | |
| parent | Improve error handling (diff) | |
| download | steamworks-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.toml | 7 |
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" |