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

@@ -8,7 +8,7 @@ fn main() -> eframe::Result<()> {
let native_options = eframe::NativeOptions {
viewport: egui::ViewportBuilder::default()
.with_inner_size([400.0, 300.0])
.with_inner_size([1280.0, 720.0])
.with_min_inner_size([300.0, 220.0])
.with_icon(
// NOTE: Adding an icon is optional