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 /Config_Export.toml | |
| parent | 7093b08b8efd6e35a434b2923c40b763b51e675b (diff) | |
修改了导出脚本
Diffstat (limited to 'Config_Export.toml')
| -rw-r--r-- | Config_Export.toml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Config_Export.toml b/Config_Export.toml index 310b7f6..2c11b03 100644 --- a/Config_Export.toml +++ b/Config_Export.toml @@ -4,6 +4,8 @@ license = { raw = "./", target = "./", files = ["LICENSE-LGPL-2", "LICENSE-THIRD #./.cargo/shared/target/export/deps [release.deps] -header = { raw = "./", target = "./bridge", files = ["nogamepads_cpp.h", "nogamepads.h"] } -dll = { raw = "./", target = "./bridge", files = ["nogamepads_lib_c.dll"] } -binaries = { raw = "./", target = "./bin", files = ["padc.exe"] }
\ No newline at end of file +#header = { raw = "./", target = "./bridge", files = ["nogamepads_cpp.h", "nogamepads.h"] } +#dll = { raw = "./", target = "./bridge", files = ["nogamepads_lib_c.dll"] } + +padc = { raw = "./", target = "./bin", files = ["padc.exe"] } + |
