popertots
eac787be3f
feat: runtime-configurable VSync via config.toml
[display]
vsync = "mailbox" # "vsync" | "mailbox" | "uncapped"
VsyncMode enum with custom Deserialize — accepts string values in toml.
apply_vsync_setting system reads GameConfig on every frame, updates
Window.present_mode immediately on change. No restart needed.
2026-03-20 17:10:54 +00:00
..
2026-03-20 14:02:04 +00:00
2026-03-20 15:57:24 +00:00
2026-03-20 14:02:04 +00:00
2026-03-20 15:44:47 +00:00
2026-03-20 17:10:54 +00:00