diff --git a/README.md b/README.md index b994acef..a17cf7a3 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,8 @@ Hello ImGui is a library that enables quickly write multiplatform apps with the * [Theme tweaking](https://www.youtube.com/watch?v=Hhartw0cUjg) * Window geometry utilities (autosize, restore window position) * [Truly multiplatform](https://traineq.org/HelloImGui_6_Platforms.mp4) (Linux, Windows, MacOS, iOS, Android, emscripten) - +* Available windowing backends: SDL2, Glfw3 +* Available graphics backends: OpenGL3, Metal ## Get started in 5 minutes diff --git a/README.src.md b/README.src.md index 3290f75b..720750aa 100644 --- a/README.src.md +++ b/README.src.md @@ -30,7 +30,8 @@ Hello ImGui is a library that enables quickly write multiplatform apps with the * [Theme tweaking](https://www.youtube.com/watch?v=Hhartw0cUjg) * Window geometry utilities (autosize, restore window position) * [Truly multiplatform](https://traineq.org/HelloImGui_6_Platforms.mp4) (Linux, Windows, MacOS, iOS, Android, emscripten) - +* Available windowing backends: SDL2, Glfw3 +* Available graphics backends: OpenGL3, Metal ## Get started in 5 minutes