aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoradumbidiot <[email protected]>2021-03-20 17:29:22 -0700
committeradumbidiot <[email protected]>2021-03-20 17:29:22 -0700
commitd0581c01a66f46e9c7f8a8c690b3a9f1f802ea02 (patch)
tree0773612fd03a03233bac335a828ee4ed27e78fb1 /Cargo.toml
parentMerge pull request #36 from WilliamVenner/req_user_info_return (diff)
downloadarchived-steamworks-rs-d0581c01a66f46e9c7f8a8c690b3a9f1f802ea02.tar.xz
archived-steamworks-rs-d0581c01a66f46e9c7f8a8c690b3a9f1f802ea02.zip
Remove libc dependency
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 52806e0..34f9cf1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,7 +27,6 @@ members = [
steamworks-sys = {path = "./steamworks-sys", version = "0.7.0"}
thiserror = "1.0.24"
bitflags = "1.2.1"
-libc = "0.2.86"
lazy_static = "1.4.0"
serde = { version = "1.0.123", features = ["derive"], optional = true }