16 lines
661 B
Plaintext
16 lines
661 B
Plaintext
[configuration]
|
|
entry_symbol = "gdext_rust_init"
|
|
compatibility_minimum = 4.2
|
|
reloadable = true
|
|
|
|
[libraries]
|
|
linux.debug.x86_64 = "res://../Plugin/target/debug/libhung.so"
|
|
linux.release.x86_64 = "res://../Plugin/target/release/libhung.so"
|
|
windows.debug.x86_64 = "res://../Plugin/target/debug/hung.dll"
|
|
windows.release.x86_64 = "res://../Plugin/target/release/hung.dll"
|
|
macos.debug = "res://../Plugin/target/debug/libhung.dylib"
|
|
macos.release = "res://../Plugin/target/release/libhung.dylib"
|
|
macos.debug.arm64 = "res://../Plugin/target/debug/libhung.dylib"
|
|
macos.release.arm64 = "res://../Plugin/target/release/libhung.dylib"
|
|
|