From 4faa0ef4c5465aca9fb812b3d0a1ffa18b239c9d Mon Sep 17 00:00:00 2001 From: pegvin <75035219+pegvin@users.noreply.github.com> Date: Sat, 26 Aug 2023 20:23:07 +0530 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2c42a94..396a9a8 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ a base library with imgui included --- ## What it does? -- [x] Handles window initialization (using GLFW3 as for now) -- [ ] Handles imgui initialization -- [ ] Handles cross-platform texture creation +- [x] Window initialization (GLFW3) +- [x] ImGui initialization +- [ ] Cross-API Textures Support --- ## Thanks