not working

This commit is contained in:
2025-02-27 01:16:07 +00:00
parent ac0b47a45c
commit 3b6e272fd2
22 changed files with 448 additions and 50 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
use crate::prelude::*;
mod frame;
mod render;
mod window;
pub mod frame;
pub mod render;
pub mod window;
pub trait Application {
type Output;