diff --git a/imgui-winit-support/examples/README.md b/imgui-winit-support/examples/README.md new file mode 100644 index 0000000..82b9a95 --- /dev/null +++ b/imgui-winit-support/examples/README.md @@ -0,0 +1,5 @@ +See the examples for [`imgui-glium-renderer`][glium] or [`imgui-glow-renderer`][glow] +for simple examples of this platform backend with different renderers + +[glium]: ../../imgui-glium-renderer/examples +[glow]: ../../imgui-glow-renderer/examples