alter vatter

This commit is contained in:
2026-07-29 18:50:14 +02:00
parent 59a9516d99
commit 9824b30435
53 changed files with 1054 additions and 69 deletions

View File

@@ -0,0 +1,16 @@
[configuration]
entry_symbol = "rider_library_init"
compatibility_minimum = "4.5.0"
[libraries]
macos.single.debug = "./macos/librider-gdextension.macos.editor.dylib"
windows.arm64.single.debug = "./windows/rider-gdextension.windows.editor.arm64.dll"
windows.x86_64.single.debug = "./windows/rider-gdextension.windows.editor.x86_64.dll"
linux.x86_64.single.debug = "./linux/librider-gdextension.linux.editor.x86_64.so"
linux.arm64.single.debug = "./linux/librider-gdextension.linux.editor.arm64.so"