diff options
| author | 1992414357@qq.com <1992414357@qq.com> | 2025-06-14 02:28:38 +0800 |
|---|---|---|
| committer | 1992414357@qq.com <1992414357@qq.com> | 2025-06-14 02:28:38 +0800 |
| commit | f6c6aa60bab42a64aa4e643849d8210e6b490811 (patch) | |
| tree | c0d98de74653b4f9ad18ef872fd06edb1000019e /core/bindings | |
| parent | c0c09ef66dd15f209d58dfe64c0c60e64188eb63 (diff) | |
Removed unused deps "libc"
Diffstat (limited to 'core/bindings')
| -rw-r--r-- | core/bindings/lang/clang/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/bindings/lang/clang/Cargo.toml b/core/bindings/lang/clang/Cargo.toml index e094413..7359db0 100644 --- a/core/bindings/lang/clang/Cargo.toml +++ b/core/bindings/lang/clang/Cargo.toml @@ -7,7 +7,6 @@ build = "build.rs" [dependencies] nogamepads-core = { path = "./../../../../core" } -libc = "0.2.172" [build-dependencies] cbindgen = "0.29.0" |
