vbump godot-sqlite

This commit is contained in:
Dylan Sarrazyn
2024-07-03 16:28:29 +02:00
parent 8928d5d59a
commit fcfc0dc07a
5 changed files with 25 additions and 17 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
MIT License
Copyright (c) 2019-2023 Piet Bronders & Jeroen De Geeter
Copyright (c) 2019-2024 Piet Bronders & Jeroen De Geeter
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
+9 -1
View File
@@ -1,7 +1,7 @@
[configuration]
entry_symbol = "sqlite_library_init"
compatibility_minimum = 4.1
compatibility_minimum = 4.2
[libraries]
@@ -15,6 +15,10 @@ android.arm64 = "res://addons/godot-sqlite/bin/libgdsqlite.android.template_debu
android.template_release.arm64 = "res://addons/godot-sqlite/bin/libgdsqlite.android.template_release.arm64.so"
android.x86_64 = "res://addons/godot-sqlite/bin/libgdsqlite.android.template_debug.x86_64.so"
android.template_release.x86_64 = "res://addons/godot-sqlite/bin/libgdsqlite.android.template_release.x86_64.so"
ios.arm64 = "res://addons/godot-sqlite/bin/libgdsqlite.ios.template_debug.arm64.dylib"
ios.template_release.arm64 = "res://addons/godot-sqlite/bin/libgdsqlite.ios.template_release.arm64.dylib"
web.wasm32 = "res://addons/godot-sqlite/bin/libgdsqlite.web.template_debug.wasm32.wasm"
web.template_release.wasm32 = "res://addons/godot-sqlite/bin/libgdsqlite.web.template_release.wasm32.wasm"
[dependencies]
@@ -28,3 +32,7 @@ android.arm64 = {}
android.template_release.arm64 = {}
android.x86_64 = {}
android.template_release.x86_64 = {}
ios.arm64 = {}
ios.template_release.arm64 = {}
web.wasm32 = {}
web.template_release.wasm32 = {}
+1 -1
View File
@@ -1,5 +1,5 @@
# ############################################################################ #
# Copyright © 2019-2023 Piet Bronders & Jeroen De Geeter <piet.bronders@gmail.com>
# Copyright © 2019-2024 Piet Bronders & Jeroen De Geeter <piet.bronders@gmail.com>
# Licensed under the MIT License.
# See LICENSE in the project root for license information.
# ############################################################################ #
+1 -1
View File
@@ -3,5 +3,5 @@
name="Godot SQLite"
description="GDNative wrapper for SQLite (Godot 4.X+), making it possible to use SQLite databases as data storage in all your future games."
author="Piet Bronders & Jeroen De Geeter"
version="4.2"
version="4.3"
script="godot-sqlite.gd"
File diff suppressed because one or more lines are too long