redox/recipes/wip/demos/imgui-examples/recipe.toml
2026-02-13 21:02:20 -03:00

11 lines
276 B
TOML

#TODO not compiled or tested
#TODO discover minimum dependencies from cmake log
# pull request: https://github.com/ocornut/imgui/pull/3027
[source]
git = "https://github.com/Qix-/imgui"
branch = "cmake"
shallow_clone = true
[build]
template = "cmake"
#dependencies = ["sdl2"]