aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author1992414357@qq.com <1992414357@qq.com>2025-06-14 16:15:24 +0800
committer1992414357@qq.com <1992414357@qq.com>2025-06-14 16:15:24 +0800
commitdc160a7af982c0941dcf34cd97cf7673027d802a (patch)
tree23816afb5f0b8ea5dc2c521ec79d1b3968e668bf
parent96220ad67a9cc64fb415db684ace23ec5d282577 (diff)
Remove unused log library
-rw-r--r--core/bindings/lang/clang/Cargo.toml1
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"