godot-git plugin addon

This commit is contained in:
sysek 2026-01-04 12:23:29 +01:00
parent 029c00736b
commit b7b75fceb8
10 changed files with 1397 additions and 17 deletions

View file

@ -0,0 +1,10 @@
[configuration]
entry_symbol = "git_plugin_init"
compatibility_minimum = "4.2.0"
[libraries]
linux.editor.x86_64 = "linux/libgit_plugin.linux.editor.x86_64.so"
macos.editor = "macos/libgit_plugin.macos.editor.universal.dylib"
windows.editor.x86_64 = "windows/libgit_plugin.windows.editor.x86_64.dll"