Compare commits

...

1 commit
docs ... master

Author SHA1 Message Date
9b3d9ce95b Support windows and update gitignore 2024-10-10 14:56:23 +03:00
2 changed files with 6 additions and 3 deletions

5
.gitignore vendored
View file

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

View file

@ -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]