From 46f3c73bec0137505273ab36f7fc7b6f6d3fd7a7 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Mon, 16 Jun 2025 20:32:00 -0300 Subject: [PATCH] Update imgui recipes information --- recipes/wip/demos/imgui-examples/recipe.toml | 2 +- recipes/wip/libs/gui/imgui/recipe.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/wip/demos/imgui-examples/recipe.toml b/recipes/wip/demos/imgui-examples/recipe.toml index e7fd0be2f..e29d3b733 100644 --- a/recipes/wip/demos/imgui-examples/recipe.toml +++ b/recipes/wip/demos/imgui-examples/recipe.toml @@ -1,4 +1,4 @@ -#TODO build sdl2 opengl examples +#TODO build sdl2 opengl examples, see: https://github.com/ocornut/imgui/pull/3027 [source] git = "https://github.com/Qix-/imgui" branch = "cmake" diff --git a/recipes/wip/libs/gui/imgui/recipe.toml b/recipes/wip/libs/gui/imgui/recipe.toml index c59426e1f..927ca6189 100644 --- a/recipes/wip/libs/gui/imgui/recipe.toml +++ b/recipes/wip/libs/gui/imgui/recipe.toml @@ -1,4 +1,5 @@ #TODO not compiled or tested +# cmake information: https://github.com/ocornut/imgui/pull/3027 [source] git = "https://github.com/Qix-/imgui" branch = "cmake"