diff options
| author | Matthew Collins <[email protected]> | 2021-03-20 15:02:36 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-20 15:02:36 +0000 |
| commit | 12e7811e29a715f38535609eee806855709d094a (patch) | |
| tree | aaee3aaf7347797723dcde15aa09b5aca7cb4151 /steamworks-sys/Cargo.toml | |
| parent | Merge pull request #34 from WilliamVenner/ugc-items (diff) | |
| parent | Remove `libc` dependency from `sys` crate (diff) | |
| download | steamworks-rs-12e7811e29a715f38535609eee806855709d094a.tar.xz steamworks-rs-12e7811e29a715f38535609eee806855709d094a.zip | |
Merge pull request #38 from adumbidiot/rebuild-env
Rebuild `sys` crate whenever `STEAM_SDK_LOCATION` changes
Diffstat (limited to 'steamworks-sys/Cargo.toml')
| -rw-r--r-- | steamworks-sys/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/steamworks-sys/Cargo.toml b/steamworks-sys/Cargo.toml index da52af8..cd1e517 100644 --- a/steamworks-sys/Cargo.toml +++ b/steamworks-sys/Cargo.toml @@ -7,6 +7,7 @@ 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" +edition = "2018" [package.metadata.docs.rs] features = [ "docs-only" ] @@ -19,7 +20,6 @@ docs-only = [] [dependencies] -libc = "0.2.86" [build-dependencies] bindgen = "0.57.0" |