abstract rendering to new function

This commit is contained in:
IoIxD 2026-07-05 21:48:05 -07:00
commit 4e2fbca7e6
4 changed files with 38 additions and 18 deletions

View file

@ -5,6 +5,7 @@ mod handlers;
mod audio;
mod grabs;
mod input;
pub mod render;
mod state;
mod winit;
mod xwayland;