diff options
| author | 1992414357@qq.com <1992414357@qq.com> | 2025-06-13 22:33:53 +0800 |
|---|---|---|
| committer | 1992414357@qq.com <1992414357@qq.com> | 2025-06-13 22:33:53 +0800 |
| commit | 22ccd970a4ea47edd39abe8662805d8137083253 (patch) | |
| tree | 2561d7131c57a632de0943437c7b6fa739eb8321 /Project_Export.toml | |
| parent | 83c6fc2d55cdd7de949f2815b86dfe0b9cc18f27 (diff) | |
.
Diffstat (limited to 'Project_Export.toml')
| -rw-r--r-- | Project_Export.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Project_Export.toml b/Project_Export.toml index d07bc31..50896b1 100644 --- a/Project_Export.toml +++ b/Project_Export.toml @@ -15,6 +15,11 @@ powershell_complete = { raw = "./.cargo/resources/scripts/", target = "./bin/com "install_completion_powershell.ps1" ] } +# Headers +headers = { raw = "./core/bindings/c_lang/headers/", target = "./lib", files = [ + "ngpd_player.h" +] } + # Items defined in [release.deps] # It will search starting from the build directory and copy to the specified location in the target directory. [release.deps] @@ -22,4 +27,9 @@ powershell_complete = { raw = "./.cargo/resources/scripts/", target = "./bin/com # Windows executables win_exes = { raw = "./", target = "./bin", files = [ "padc.exe", "pad.exe" +] } + +# Windows dynamic link libraries +dlls = { raw = "./", target = "./lib", files = [ + "nogamepads_c.dll" ] }
\ No newline at end of file |
