mirror of
https://github.com/Theaninova/mhlib.git
synced 2026-01-22 18:02:41 +00:00
lwsc test
This commit is contained in:
12
godot/mhgd.gdextension
Normal file
12
godot/mhgd.gdextension
Normal 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"
|
||||
Reference in New Issue
Block a user