redox/recipes/wip/libs/gui/imgui/recipe.toml

10 lines
229 B
TOML

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