aboutsummaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
Diffstat (limited to 'bindings')
-rw-r--r--bindings/c/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/bindings/c/Cargo.toml b/bindings/c/Cargo.toml
index 4f9f7f5..81bde85 100644
--- a/bindings/c/Cargo.toml
+++ b/bindings/c/Cargo.toml
@@ -1,8 +1,7 @@
[package]
name = "nogamepads-c"
-
-workspace = "../../../NoGamepads"
edition = "2024"
+version.workspace = true
[dependencies]
nogamepads-core = { path = "../../core" }