Skip to content

Commit 64dd346

Browse files
committed
upd
1 parent 696c5d6 commit 64dd346

File tree

2 files changed

+9
-48
lines changed

2 files changed

+9
-48
lines changed

demo/addons/rust-syntax/bin/librust_syntax.ios.framework/Info.plist

-32
This file was deleted.

demo/addons/rust-syntax/rust-syntax.gdextension

+9-16
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,15 @@ compatibility_minimum = 4.2
66

77
[libraries]
88

9-
macos.debug = "res://addons/rust-syntax/bin/librust_syntax.macos.template_release.dylib"
10-
macos.release = "res://addons/rust-syntax/bin/librust_syntax.macos.template_release.dylib"
11-
windows.debug.x86_64 = "res://addons/rust-syntax/bin/librust_syntax.windows.template_debug.x86_64.dll"
12-
windows.release.x86_64 = "res://addons/rust-syntax/bin/librust_syntax.windows.template_release.x86_64.dll"
13-
windows.debug.x86_32 = "res://addons/rust-syntax/bin/librust_syntax.windows.template_debug.x86_32.dll"
14-
windows.release.x86_32 = "res://addons/rust-syntax/bin/librust_syntax.windows.template_release.x86_32.dll"
15-
linux.debug.x86_64 = "res://addons/rust-syntax/bin/librust_syntax.linux.template_debug.x86_64.so"
16-
linux.release.x86_64 = "res://addons/rust-syntax/bin/librust_syntax.linux.template_release.x86_64.so"
17-
android.debug.x86_64 = "res://addons/rust-syntax/bin/librust_syntax.android.template_debug.x86_64.so"
18-
android.release.x86_64 = "res://addons/rust-syntax/bin/librust_syntax.android.template_release.x86_64.so"
19-
android.debug.arm64 = "res://addons/rust-syntax/bin/librust_syntax.android.template_debug.arm64.so"
20-
android.release.arm64 = "res://addons/rust-syntax/bin/librust_syntax.android.template_release.arm64.so"
21-
ios.debug = "res://addons/rust-syntax/bin/librust_syntax.ios.template_debug.arm64.framework"
22-
ios.release = "res://addons/rust-syntax/bin/librust_syntax.ios.template_release.arm64.framework"
23-
web.debug.wasm32 = "res://addons/rust-syntax/bin/librust_syntax.web.template_debug.wasm32.wasm"
24-
web.release.wasm32 = "res://addons/rust-syntax/bin/librust_syntax.web.template_release.wasm32.wasm"
9+
10+
macos.debug = "bin/librust_syntax.macos.framework"
11+
macos.release = "bin/librust_syntax.macos.framework"
12+
windows.debug.x86_64 = "bin/librust_syntax.windows.x86_64-pc-windows-msvc.dll"
13+
windows.release.x86_64 = "bin/librust_syntax.windows.x86_64-pc-windows-msvc.dll"
14+
windows.debug.x86_32 = "bin/librust_syntax.windows.i686-pc-windows-msvc.dll"
15+
windows.release.x86_32 = "bin/librust_syntax.windows.i686-pc-windows-msvc.dll"
16+
linux.debug.x86_64 = "bin/librust_syntax.linux.x86_64-unknown-linux-gnu.so"
17+
linux.release.x86_64 = "bin/librust_syntax.linux.x86_64-unknown-linux-gnu.so"
2518

2619
[icons]
2720

0 commit comments

Comments
 (0)