diff options
| -rw-r--r-- | git_api.gdnlib | 16 | ||||
| -rw-r--r-- | git_api.gdns | 9 |
2 files changed, 0 insertions, 25 deletions
diff --git a/git_api.gdnlib b/git_api.gdnlib deleted file mode 100644 index 42f2fb6..0000000 --- a/git_api.gdnlib +++ /dev/null @@ -1,16 +0,0 @@ -[general] - -singleton=true -load_once=true -symbol_prefix="godot_" -reloadable=false - -[entry] - -Windows.64="res://bin/win64/release/libgitapi.dll" -X11.64="res://bin/x11/release/libgitapi.so" - -[dependencies] - -Windows.64=[ ] -X11.64=[ ] diff --git a/git_api.gdns b/git_api.gdns deleted file mode 100644 index adab80a..0000000 --- a/git_api.gdns +++ /dev/null @@ -1,9 +0,0 @@ -[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" |
