diff options
Diffstat (limited to 'bindings/c')
| -rw-r--r-- | bindings/c/Cargo.toml | 3 |
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" } |
