From 8f5c79eb017aaa34abcbcf728548aabf920c1ff1 Mon Sep 17 00:00:00 2001 From: Lorenzo Torres Date: Thu, 14 Aug 2025 23:37:18 +0200 Subject: [PATCH] Added window resizing to TODO --- documentation/TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/documentation/TODO b/documentation/TODO index a15cadf..b18acf4 100644 --- a/documentation/TODO +++ b/documentation/TODO @@ -20,6 +20,9 @@ Zig has built-in unit testing which should be used to verify that everything is MEDIUM: +- Window resizing: +Currently the game window isn't resizable. Resizing should be implemented in all the platform specific code (wayland, xorg, macos). + HARD: