diff options
| author | 1992414357@qq.com <1992414357@qq.com> | 2025-06-18 03:39:33 +0800 |
|---|---|---|
| committer | 1992414357@qq.com <1992414357@qq.com> | 2025-06-18 03:39:33 +0800 |
| commit | 3fb27c433ba9d19bb9ba56f87d44a816a500da6e (patch) | |
| tree | f92214de38d9e48e4132718224b2bf8d67671a1c /Project_Export.toml | |
| parent | 88c23e5d24c4d9695d91060669e6463603790297 (diff) | |
Create Csharp bindings
Diffstat (limited to 'Project_Export.toml')
| -rw-r--r-- | Project_Export.toml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Project_Export.toml b/Project_Export.toml index f3b6c46..c8c9e82 100644 --- a/Project_Export.toml +++ b/Project_Export.toml @@ -44,8 +44,11 @@ headers = { raw = "./core/bindings/lang/clang/headers/", target = "./core/bindin [release.deploy_deps] -# Windows dynamic link libraries -dlls = { raw = "./", target = "./core/bindings/lang/clang/binding_example/libs/", files = [ +c_binding_example_win = { raw = "./", target = "./core/bindings/lang/clang/binding_example/libs/", files = [ "nogamepads_c.dll", "nogamepads_c.dll.lib" +] } + +csharp_binding_win = { raw = "./", target = "./core/bindings/lang/csharp/NoGamepads_CharpBindings/NoGamepads_Core/Native/", files = [ + "nogamepads_c.dll", ] }
\ No newline at end of file |
