From 9bc61d6192d85c19731756c6f56d0198104a49b3 Mon Sep 17 00:00:00 2001 From: Relintai Date: Wed, 19 Feb 2025 17:08:43 +0100 Subject: [PATCH] Added the gui module to the readme. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ad31adc..db56b0c 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,12 @@ Has classes like: Depends on Core, Object and Render Core. +### GUI + +Contains the Dear ImGui GUI toolkit. + +Depends on Core, Object and Render Core. + ## SFWL The library's lite version.