We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a64f224 commit 522dda7Copy full SHA for 522dda7
examples/dodge-the-creeps/godot/DodgeTheCreeps.gdextension
@@ -3,4 +3,5 @@ entry_symbol = "gdextension_rust_init"
3
4
[libraries]
5
linux.64 = "res://../../../target/debug/libdodge_the_creeps.so"
6
+macos.64 = "res://../../../target/debug/libdodge_the_creeps.dylib"
7
windows.64 = "res://../../../target/debug/dodge_the_creeps.dll"
0 commit comments