may switch to iced

because 50% gpu usage on mouse going flying is crazy
This commit is contained in:
2024-06-11 22:42:24 -04:00
Unverified
parent a40b4540af
commit e643b6b8f6
6 changed files with 43 additions and 60 deletions

View File

@@ -1,4 +1,7 @@
#![warn(clippy::all, rust_2018_idioms)]
mod app;
mod components;
mod types;
pub use app::RealmApp;