image loading works mew

This commit is contained in:
lunarydess
2025-02-21 00:33:36 +01:00
parent 190c59ac7a
commit 49225218f8
5 changed files with 103 additions and 81 deletions

View File

@@ -1,2 +1,5 @@
#![feature(let_chains)]
#![feature(unboxed_closures)]
mod app;
pub use app::CatnipApp;