From e3bcd80455d2ddbcd4e4fce3cb1dff6dd2135684 Mon Sep 17 00:00:00 2001 From: adumbidiot Date: Thu, 18 Mar 2021 17:45:25 -0700 Subject: Remove `libc` dependency from `sys` crate --- steamworks-sys/Cargo.toml | 1 - 1 file changed, 1 deletion(-) 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" -- cgit v1.2.3