From 036d50765ef4168f8507878a057d51d7c54624d6 Mon Sep 17 00:00:00 2001 From: lisk77 Date: Sat, 5 Apr 2025 23:34:03 +0200 Subject: [PATCH] updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0990f4f..472bbb8 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ a free and open source games framework ## Recommended setup -The project structure should look like this: +The project structure as of right now should look like this: ``` project @@ -157,4 +157,4 @@ fn main() -> Result<()> { - [x] Basic Plugin System - [x] Custom Renderer - [x] Custom Game State -``` \ No newline at end of file +```