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 /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 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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" |