diff options
| author | adumbidiot <[email protected]> | 2021-03-18 17:45:25 -0700 |
|---|---|---|
| committer | adumbidiot <[email protected]> | 2021-03-18 17:45:25 -0700 |
| commit | e3bcd80455d2ddbcd4e4fce3cb1dff6dd2135684 (patch) | |
| tree | aaee3aaf7347797723dcde15aa09b5aca7cb4151 | |
| parent | Update `sys` crate to edition 2018 (diff) | |
| download | steamworks-rs-e3bcd80455d2ddbcd4e4fce3cb1dff6dd2135684.tar.xz steamworks-rs-e3bcd80455d2ddbcd4e4fce3cb1dff6dd2135684.zip | |
Remove `libc` dependency from `sys` crate
| -rw-r--r-- | steamworks-sys/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/steamworks-sys/Cargo.toml b/steamworks-sys/Cargo.toml index a669a73..cd1e517 100644 --- a/steamworks-sys/Cargo.toml +++ b/steamworks-sys/Cargo.toml @@ -20,7 +20,6 @@ docs-only = [] [dependencies] -libc = "0.2.86" [build-dependencies] bindgen = "0.57.0" |