Added window resizing to TODO

This commit is contained in:
Lorenzo Torres 2025-08-14 23:37:18 +02:00
parent 74bf3f7ac3
commit 8f5c79eb01

View file

@ -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: