diff options
| author | 1992414357@qq.com <1992414357@qq.com> | 2025-05-29 14:20:04 +0800 |
|---|---|---|
| committer | 1992414357@qq.com <1992414357@qq.com> | 2025-05-29 14:20:04 +0800 |
| commit | 3d23632d7c6330e0ec98dad53656dfed5f5767b0 (patch) | |
| tree | d8d59726ca5b046b55ba502f1b8d5ba3a561a569 /Config_Export.toml | |
| parent | 9d3d6d4195e58c51166811d8357a331d53c4cdd4 (diff) | |
1. 优化了服务器的消息处理方式
2. 将c和c#的绑定移动到了./bindings/文件夹
Diffstat (limited to 'Config_Export.toml')
| -rw-r--r-- | Config_Export.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Config_Export.toml b/Config_Export.toml new file mode 100644 index 0000000..502cc11 --- /dev/null +++ b/Config_Export.toml @@ -0,0 +1,9 @@ +#./ +[release.root] +license = { raw = "./", target = "./", files = ["LICENSE-LGPL-2", "LICENSE-THIRD-PARTY"] } + +#./.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 = ["nogpadc.exe", "nogpads.exe"] }
\ No newline at end of file |
