Support windows and update gitignore

This commit is contained in:
Otto 2024-10-10 14:55:32 +03:00
parent fe0863aea6
commit 9b3d9ce95b
2 changed files with 6 additions and 3 deletions

3
.gitignore vendored
View file

@ -1,3 +1,6 @@
target/ target/
*.import *.import
Cargo.lock Cargo.lock
*.dll
*.so
*.d

View file

@ -6,8 +6,8 @@ reloadable = true
[libraries] [libraries]
linux.debug.x86_64 = "res://addons/MiniDemoTools/librust.so" linux.debug.x86_64 = "res://addons/MiniDemoTools/librust.so"
linux.release.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.debug.x86_64 = "res://addons/MiniDemoTools/rust.dll"
##windows.release.x86_64 = "res://../rust/target/release/librust.dll" windows.release.x86_64 = "res://addons/MiniDemoTools/rust.dll"
[icons] [icons]