637da791ff
recipes/dev/gcc13 was claiming name='cxx' — conflicted with local/recipes/dev/gcc-native also claiming 'cxx'. Renamed to match directory names for unique package identification by the cookbook.
14 lines
273 B
TOML
14 lines
273 B
TOML
[package]
|
|
name = "imgui"
|
|
version = "0.1.0"
|
|
|
|
#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"]
|