Todo application writen in Odin and Raylib
Inspired by Making a Desktop App with a Game Library
build_release.bat will make a release executable.
build_debug.bat will make a debuggable executable.
run_release.bat builds and runs the release executable.
run_debug.bat builds and runs the debuggable executable.
Source code is located at src folder.
By default tasks are saved to tasks.json .
Set SAVE_TASKS constant to false to prevent save/load from tasks.json .
SAVE_TASKS :: true