meson: Migrate implot submodule to subproject

This commit is contained in:
Matt Borgerson
2025-01-06 23:05:53 -07:00
parent 09f7787fa9
commit fcf5eb84a1
8 changed files with 11 additions and 20 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 imgui"
nv2a_vsh_cpu tomlplusplus cpp-httplib xxhash imgui implot"
function cleanup() {
local status=$?
+1 -1
View File
@@ -198,7 +198,7 @@ Lib('imgui', 'https://github.com/ocornut/imgui',
Lib('implot', 'https://github.com/epezent/implot',
mit, 'https://raw.githubusercontent.com/epezent/implot/master/LICENSE',
ships_static=all_platforms,
submodule=Submodule('ui/thirdparty/implot')
submodule=Submodule('subprojects/implot.wrap')
),
Lib('cpp-httplib', 'https://github.com/yhirose/cpp-httplib',