Skip to content

Commit

Permalink
add webui library to work in web via gdextension
Browse files Browse the repository at this point in the history
add webui library to work in web via gdextension
  • Loading branch information
bomberman30 authored Jan 6, 2025
1 parent f8a528a commit b5a6492
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project/addons/quarkphysics/bin/quarkphysics.gdextension
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ android.debug.x86_64 = "res://addons/quarkphysics/bin/libquarkphysics.android.te
android.release.x86_64 = "res://addons/quarkphysics/bin/libquarkphysics.android.template_release.x86_64.so"
android.debug.arm64 = "res://addons/quarkphysics/bin/libquarkphysics.android.template_debug.arm64.so"
android.release.arm64 = "res://addons/quarkphysics/bin/libquarkphysics.android.template_release.arm64.so"
web.debug.wasm32 = "res://addons/quarkphysics/bin/libquarkphysics.web.template_debug.wasm32.wasm"
web.release.wasm32 = "res://addons/quarkphysics/bin/libquarkphysics.web.template_debug.wasm32.wasm"

[dependencies]
ios.debug = {
Expand Down

0 comments on commit b5a6492

Please sign in to comment.