aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradumbidiot <[email protected]>2021-03-18 17:45:25 -0700
committeradumbidiot <[email protected]>2021-03-18 17:45:25 -0700
commite3bcd80455d2ddbcd4e4fce3cb1dff6dd2135684 (patch)
treeaaee3aaf7347797723dcde15aa09b5aca7cb4151
parentUpdate `sys` crate to edition 2018 (diff)
downloadsteamworks-rs-e3bcd80455d2ddbcd4e4fce3cb1dff6dd2135684.tar.xz
steamworks-rs-e3bcd80455d2ddbcd4e4fce3cb1dff6dd2135684.zip
Remove `libc` dependency from `sys` crate
-rw-r--r--steamworks-sys/Cargo.toml1
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"