File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,8 @@ compatibility_minimum = 4.1
7
7
8
8
macos.debug = "res://bin/libgdexample.macos.template_debug.framework"
9
9
macos.release = "res://bin/libgdexample.macos.template_release.framework"
10
- windows.debug.x86_32 = "res://bin/libgdexample.windows.template_debug.x86_32.dll"
11
- windows.release.x86_32 = "res://bin/libgdexample.windows.template_release.x86_32.dll"
12
- windows.debug.x86_64 = "res://bin/libgdexample.windows.template_debug.x86_64.dll"
13
- windows.release.x86_64 = "res://bin/libgdexample.windows.template_release.x86_64.dll"
10
+ windows.debug.x86_64 = "res://bin/rsty_physics.dll"
11
+ windows.release.x86_64 = "res://bin/rsty_physics.dll"
14
12
linux.debug.x86_64 = "res://bin/librsty_physics.so"
15
13
linux.release.x86_64 = "res://bin/librsty_physics.so"
16
14
linux.debug.arm64 = "res://bin/libgdexample.linux.template_debug.arm64.so"
You can’t perform that action at this time.
0 commit comments