aboutsummaryrefslogtreecommitdiff
path: root/export/Cargo.toml
diff options
context:
space:
mode:
author1992414357@qq.com <1992414357@qq.com>2025-06-09 10:29:05 +0800
committer1992414357@qq.com <1992414357@qq.com>2025-06-09 10:29:05 +0800
commitc8ece4c62b6f8b5165de4d9d38a467bbc1e94a53 (patch)
treea23115fef3cee8a888e43c0c245ad63d6526296f /export/Cargo.toml
parent7093b08b8efd6e35a434b2923c40b763b51e675b (diff)
修改了导出脚本
Diffstat (limited to 'export/Cargo.toml')
-rw-r--r--export/Cargo.toml1
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