diff options
| author | 1992414357@qq.com <1992414357@qq.com> | 2025-06-09 10:29:05 +0800 |
|---|---|---|
| committer | 1992414357@qq.com <1992414357@qq.com> | 2025-06-09 10:29:05 +0800 |
| commit | c8ece4c62b6f8b5165de4d9d38a467bbc1e94a53 (patch) | |
| tree | a23115fef3cee8a888e43c0c245ad63d6526296f /export/Cargo.toml | |
| parent | 7093b08b8efd6e35a434b2923c40b763b51e675b (diff) | |
修改了导出脚本
Diffstat (limited to 'export/Cargo.toml')
| -rw-r--r-- | export/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/export/Cargo.toml b/export/Cargo.toml index 5ddc6ca..790606c 100644 --- a/export/Cargo.toml +++ b/export/Cargo.toml @@ -6,5 +6,6 @@ workspace = "../../NoGamepads" edition = "2024" [dependencies] +nogamepads = { path = "../../NoGamepads" } serde = { version = "1.0.219", features = ["derive"] } toml = "0.7.8"
\ No newline at end of file |
