Skip to content

Commit

Permalink
Add JavaScript libraries to gdsqlite.gdextension
Browse files Browse the repository at this point in the history
  • Loading branch information
2shady4u committed Aug 29, 2023
1 parent 6d19d32 commit a9b1cdd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion demo/addons/godot-sqlite/gdsqlite.gdextension
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ 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"
web.wasm32 = "res://addons/godot-sqlite/bin/libgdsqlite.javascript.template_debug.wasm32.wasm"
web.template_release.wasm32 = "res://addons/godot-sqlite/bin/libgdsqlite.javascript.template_release.wasm32.wasm"

[dependencies]

Expand All @@ -27,4 +29,6 @@ linux.template_release.x86_64 = {}
android.arm64 = {}
android.template_release.arm64 = {}
android.x86_64 = {}
android.template_release.x86_64 = {}
android.template_release.x86_64 = {}
web.wasm32 = {}
web.template_release.wasm32 = {}

0 comments on commit a9b1cdd

Please sign in to comment.