learn how workspaces + proc macros work & restructure everything

This commit is contained in:
iris committed 2025-12-09 01:52:45 -05:00
1 parent 434e3c3af7
commit e44bb8eca4
76 files changed
+610 -576

No files matched your search

+1 -1
View File
@@ -1,4 +1,4 @@
use iris::{prelude::*, winit::*};
use iris::{prelude::*};
fn main() {
DefaultApp::<State>::run();