add default winit framework

This commit is contained in:
2025-12-04 14:31:07 -05:00
parent e5d0a7e592
commit f7b100e00c
11 changed files with 357 additions and 217 deletions

View File

@@ -14,6 +14,7 @@ pub mod core;
pub mod layout;
pub mod render;
pub mod util;
pub mod winit;
pub mod prelude {
pub use crate::core::*;