Support windows and update gitignore
This commit is contained in:
parent
fe0863aea6
commit
9b3d9ce95b
2 changed files with 6 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,3 +1,6 @@
|
|||
target/
|
||||
*.import
|
||||
Cargo.lock
|
||||
*.dll
|
||||
*.so
|
||||
*.d
|
|
@ -6,8 +6,8 @@ reloadable = true
|
|||
[libraries]
|
||||
linux.debug.x86_64 = "res://addons/MiniDemoTools/librust.so"
|
||||
linux.release.x86_64 = "res://addons/MiniDemoTools/librust.so"
|
||||
##windows.debug.x86_64 = "res://../rust/target/debug/librust.dll"
|
||||
##windows.release.x86_64 = "res://../rust/target/release/librust.dll"
|
||||
windows.debug.x86_64 = "res://addons/MiniDemoTools/rust.dll"
|
||||
windows.release.x86_64 = "res://addons/MiniDemoTools/rust.dll"
|
||||
|
||||
|
||||
[icons]
|
||||
|
|
Loading…
Reference in a new issue