slightly better code

This commit is contained in:
IoIxD 2026-07-04 22:57:08 -07:00
commit c523905c49
10 changed files with 927 additions and 380 deletions

View file

@ -2,7 +2,6 @@ use backend::winit::run_winit;
pub mod backend;
pub mod state;
pub mod xwayland;
fn main() -> Result<(), Box<dyn std::error::Error>> {
run_winit()