Pong/addons/godot-git-plugin/git_plugin.gdextension
2023-05-16 20:28:26 -07:00

11 lines
385 B
Text

[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 = ""