lwsc test

This commit is contained in:
2023-05-11 10:06:06 +02:00
parent 085811655d
commit f5d7e99f71
5 changed files with 136 additions and 30 deletions

12
godot/mhgd.gdextension Normal file
View File

@@ -0,0 +1,12 @@
[configuration]
entry_symbol = "gdext_rust_init"
[libraries]
linux.debug.x86_64 = "res://../rust/target/debug/libmhgd.so"
linux.release.x86_64 = "res://../rust/target/release/libmhgd.so"
windows.debug.x86_64 = "res://../rust/target/debug/mhgd.dll"
windows.release.x86_64 = "res://../rust/target/release/mhgd.dll"
macos.debug = "res://../rust/target/debug/mhgd.dylib"
macos.release = "res://../rust/target/release/mhgd.dylib"
macos.debug.arm64 = "res://../rust/target/aarch64-apple-darwin/debug/mhgd.dylib"
macos.release.arm64 = "res://../rust/target/aarch64-apple-darwin/release/mhgd.dylib"