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