First commit

* Can open dir and play song
* Can fetch song from server and show game
* Can fetch list of games
This commit is contained in:
2023-03-18 21:03:05 +01:00
commit aad5f3d421
55 changed files with 3664 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
[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.x86_64 = "linux/libgit_plugin.linux.editor.x86_64.so"
linux.editor.arm64 = "linux/libgit_plugin.linux.editor.arm64.so"
linux.editor.rv64 = ""