Can now configure Vulkan with JSON. ENJOY!

This commit is contained in:
Zed A. Shaw 2025-12-06 13:04:57 -05:00
parent a996440c61
commit 883f683ce4
6 changed files with 96 additions and 15 deletions

View file

@ -104,6 +104,7 @@ else
})
endif
json = subproject('nlohmann_json').get_variable('nlohmann_json_dep')
vkbootstrap_proj = cmake.subproject('vk-bootstrap', options: vk_opts)
vkbootstrap = vkbootstrap_proj.get_variable('vk_bootstrap_dep')
@ -113,6 +114,7 @@ dependencies += [
glm,
imgui,
sdl2,
json,
]
sources = [