aboutsummaryrefslogtreecommitdiff
path: root/core/bindings
diff options
context:
space:
mode:
author1992414357@qq.com <1992414357@qq.com>2025-06-14 16:14:46 +0800
committer1992414357@qq.com <1992414357@qq.com>2025-06-14 16:14:46 +0800
commit96220ad67a9cc64fb415db684ace23ec5d282577 (patch)
treeef031a2a3a5ab50157cd766f9f8c62543bc9e467 /core/bindings
parent1541023a511e6fcfd01d0e8a2edcdd1416d5463e (diff)
Add log library
Diffstat (limited to 'core/bindings')
-rw-r--r--core/bindings/lang/clang/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/bindings/lang/clang/Cargo.toml b/core/bindings/lang/clang/Cargo.toml
index 7359db0..a0c8283 100644
--- a/core/bindings/lang/clang/Cargo.toml
+++ b/core/bindings/lang/clang/Cargo.toml
@@ -6,7 +6,9 @@ version.workspace = true
build = "build.rs"
[dependencies]
+nogamepads = { path = "./../../../../../NoGamepads" }
nogamepads-core = { path = "./../../../../core" }
+log = "0.4.27"
[build-dependencies]
cbindgen = "0.29.0"