diff options
| author | 1992414357@qq.com <1992414357@qq.com> | 2025-06-14 16:15:24 +0800 |
|---|---|---|
| committer | 1992414357@qq.com <1992414357@qq.com> | 2025-06-14 16:15:24 +0800 |
| commit | dc160a7af982c0941dcf34cd97cf7673027d802a (patch) | |
| tree | 23816afb5f0b8ea5dc2c521ec79d1b3968e668bf /core/bindings | |
| parent | 96220ad67a9cc64fb415db684ace23ec5d282577 (diff) | |
Remove unused log library
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 a0c8283..7eae084 100644 --- a/core/bindings/lang/clang/Cargo.toml +++ b/core/bindings/lang/clang/Cargo.toml @@ -8,7 +8,6 @@ build = "build.rs" [dependencies] nogamepads = { path = "./../../../../../NoGamepads" } nogamepads-core = { path = "./../../../../core" } -log = "0.4.27" [build-dependencies] cbindgen = "0.29.0" |
