mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 15:20:15 +00:00
- Add vk-bootstrap as a git submodule (was in extern/ but not tracked, causing "vk-bootstrap not found" on all CI jobs) - Whitelist extern/vk-bootstrap in .gitignore - Move stormlib to a separate optional install step on both Windows CI jobs (mingw-w64-x86_64-stormlib doesn't exist in MSYS2 repos)
8 lines
244 B
Text
8 lines
244 B
Text
[submodule "extern/imgui"]
|
|
path = extern/imgui
|
|
url = https://github.com/ocornut/imgui.git
|
|
shallow = true
|
|
[submodule "extern/vk-bootstrap"]
|
|
path = extern/vk-bootstrap
|
|
url = https://github.com/charles-lunarg/vk-bootstrap.git
|
|
shallow = true
|