meson: Migrate imgui submodule to subproject

This commit is contained in:
Matt Borgerson
2025-01-06 23:05:53 -07:00
parent 24c24e030d
commit 09f7787fa9
8 changed files with 30 additions and 29 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ sub_deinit=""
# xemu extras
subprojects="$subprojects glslang SPIRV-Reflect volk VulkanMemoryAllocator
nv2a_vsh_cpu tomlplusplus cpp-httplib xxhash"
nv2a_vsh_cpu tomlplusplus cpp-httplib xxhash imgui"
function cleanup() {
local status=$?
+1 -1
View File
@@ -192,7 +192,7 @@ Lib('slirp', 'https://gitlab.freedesktop.org/slirp',
Lib('imgui', 'https://github.com/ocornut/imgui',
mit, 'https://raw.githubusercontent.com/ocornut/imgui/master/LICENSE.txt',
ships_static=all_platforms,
submodule=Submodule('ui/thirdparty/imgui')
submodule=Submodule('subprojects/imgui.wrap')
),
Lib('implot', 'https://github.com/epezent/implot',