@@ -3,13 +3,13 @@ entry_symbol = "gdext_rust_init"
3
3
compatibility_minimum = 4.1
4
4
5
5
[libraries]
6
- linux.debug.x86_64 = "res://../../../ target/debug/libdodge_the_creeps.so"
7
- linux.release.x86_64 = "res://../../../ target/release/libdodge_the_creeps.so"
8
- windows.debug.x86_64 = "res://../../../ target/debug/dodge_the_creeps.dll"
9
- windows.release.x86_64 = "res://../../../ target/release/dodge_the_creeps.dll"
10
- macos.debug = "res://../../../ target/debug/libdodge_the_creeps.dylib"
11
- macos.release = "res://../../../ target/release/libdodge_the_creeps.dylib"
12
- macos.debug.arm64 = "res://../../../ target/debug/libdodge_the_creeps.dylib"
13
- macos.release.arm64 = "res://../../../ target/release/libdodge_the_creeps.dylib"
14
- web.debug.wasm32 = "res://../../../ target/wasm32-unknown-emscripten/debug/dodge_the_creeps.wasm"
15
- web.release.wasm32 = "res://../../../ target/wasm32-unknown-emscripten/release/dodge_the_creeps.wasm"
6
+ linux.debug.x86_64 = "res://../../target/debug/libdodge_the_creeps.so"
7
+ linux.release.x86_64 = "res://../../target/release/libdodge_the_creeps.so"
8
+ windows.debug.x86_64 = "res://../../target/debug/dodge_the_creeps.dll"
9
+ windows.release.x86_64 = "res://../../target/release/dodge_the_creeps.dll"
10
+ macos.debug = "res://../../target/debug/libdodge_the_creeps.dylib"
11
+ macos.release = "res://../../target/release/libdodge_the_creeps.dylib"
12
+ macos.debug.arm64 = "res://../../target/debug/libdodge_the_creeps.dylib"
13
+ macos.release.arm64 = "res://../../target/release/libdodge_the_creeps.dylib"
14
+ web.debug.wasm32 = "res://../../target/wasm32-unknown-emscripten/debug/dodge_the_creeps.wasm"
15
+ web.release.wasm32 = "res://../../target/wasm32-unknown-emscripten/release/dodge_the_creeps.wasm"
0 commit comments