Archived
1
0
Fork 0
This repository has been archived on 2026-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
Danmaku/client/danmaku-shared.gdextension

14 lines
No EOL
751 B
Text

[configuration]
entry_symbol = "gdext_rust_init"
compatibility_minimum = 4.1
reloadable = true
[libraries]
linux.debug.x86_64 = "res://../godot_wrapper/target/debug/libgodot_wrapper.so"
linux.release.x86_64 = "res://../godot_wrapper/target/release/libgodot_wrapper.so"
windows.debug.x86_64 = "res://../godot_wrapper/target/debug/godot_wrapper.dll"
windows.release.x86_64 = "res://../godot_wrapper/target/release/godot_wrapper.dll"
macos.debug = "res://../godot_wrapper/target/debug/libgodot_wrapper.dylib"
macos.release = "res://../godot_wrapper/target/release/libgodot_wrapper.dylib"
macos.debug.arm64 = "res://../godot_wrapper/target/debug/libgodot_wrapper.dylib"
macos.release.arm64 = "res://../godot_wrapper/target/release/libgodot_wrapper.dylib"