aboutsummaryrefslogtreecommitdiff
path: root/Project_Export.toml
diff options
context:
space:
mode:
authorWeicao Mao <1992414357@qq.com>2025-06-14 04:35:18 +0800
committerGitHub <noreply@github.com>2025-06-14 04:35:18 +0800
commitf0929789d5e3957082c41534eecd2ebf5dd38163 (patch)
tree00692a012dde9ca06ffc725066228157e0e83ec8 /Project_Export.toml
parent8a87a67ac7eaed22b3d925b8a2d66e60c3847007 (diff)
parentf657a9c2056d4e5692ddbc19217b654277300c75 (diff)
Merge pull request #1 from CatilGrass/c_bindings
Merge to main
Diffstat (limited to 'Project_Export.toml')
-rw-r--r--Project_Export.toml9
1 files changed, 5 insertions, 4 deletions
diff --git a/Project_Export.toml b/Project_Export.toml
index 50896b1..9b1e7bd 100644
--- a/Project_Export.toml
+++ b/Project_Export.toml
@@ -5,7 +5,7 @@
# It will search starting from the project directory and copy to the specified location in the target directory.
[release.root]
-# License files, third-party licenses
+# License files
license = { raw = "./", target = "./", files = [
"LICENSE-MIT"
] }
@@ -16,8 +16,8 @@ powershell_complete = { raw = "./.cargo/resources/scripts/", target = "./bin/com
] }
# Headers
-headers = { raw = "./core/bindings/c_lang/headers/", target = "./lib", files = [
- "ngpd_player.h"
+headers = { raw = "./core/bindings/lang/clang/headers/", target = "./lib", files = [
+ "nogamepads_data.h"
] }
# Items defined in [release.deps]
@@ -31,5 +31,6 @@ win_exes = { raw = "./", target = "./bin", files = [
# Windows dynamic link libraries
dlls = { raw = "./", target = "./lib", files = [
- "nogamepads_c.dll"
+ "nogamepads_c.dll",
+ "nogamepads_c.dll.lib"
] } \ No newline at end of file