diff options
| author | 1992414357@qq.com <1992414357@qq.com> | 2025-05-29 16:06:11 +0800 |
|---|---|---|
| committer | 1992414357@qq.com <1992414357@qq.com> | 2025-05-29 16:06:11 +0800 |
| commit | c9dbba0d288becb7f05cebe526be25c76e5a850a (patch) | |
| tree | d5a47ccfc439e91f6fd1bfac2712a67e16468e1e /bindings | |
| parent | d1c42b3f4036f101a7a6e46dcf2f065ed1d687f3 (diff) | |
增加客户端部分
Diffstat (limited to 'bindings')
| -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" } |
