Pong/addons/godot-git-plugin/git_plugin.gdextension

12 lines
385 B
Text
Raw Normal View History

2023-05-17 03:28:26 +00:00
[configuration]
entry_symbol = "git_plugin_init"
[libraries]
macos.editor = "macos/libgit_plugin.macos.editor.universal.dylib"
windows.editor.x86_64 = "win64/libgit_plugin.windows.editor.x86_64.dll"
linux.editor.double.x86_64 = "linux/libgit_plugin.linux.editor.double.x86_64.so"
linux.editor.double.arm64 = "linux/libgit_plugin.linux.editor.double.arm64.so"
linux.editor.rv64 = ""