mirror of
https://github.com/godotengine/godot-git-plugin.git
synced 2026-01-04 22:09:55 +03:00
* Add libgit2 libs + source * Set libgit2 dll as dependency of gitapi * Add libgit2 shared object * Add x11 git2 static lib * Add libgit2 binaries to demo project * Add windows binaries to demo project for git addon * Update gitignore to regard all demo files * Add windows addon binary to demo * Add git init
10 lines
243 B
Plaintext
10 lines
243 B
Plaintext
[gd_resource type="NativeScript" load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://git_api.gdnlib" type="GDNativeLibrary" id=1]
|
|
|
|
[resource]
|
|
resource_name = "GitAPI"
|
|
class_name = "GitAPI"
|
|
library = ExtResource( 1 )
|
|
script_class_name = "GitAPI"
|