File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
examples/dodge-the-creeps/godot Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 2
2
entry_symbol = "gdext_rust_init"
3
3
4
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"
5
+ linux.debug.x86_64 = "res://../../../target/debug/libdodge_the_creeps.so"
6
+ linux.release.x86_64 = "res://../../../target/release/libdodge_the_creeps.so"
7
+ macos.debug = "res://../../../target/debug/libdodge_the_creeps.dylib"
8
+ macos.release = "res://../../../target/release/libdodge_the_creeps.dylib"
9
+ windows.debug.x86_64 = "res://../../../target/debug/dodge_the_creeps.dll"
10
+ windows.release.x86_64 = "res://../../../target/release/dodge_the_creeps.dll"
You can’t perform that action at this time.
0 commit comments