assoc types

This commit is contained in:
iris committed 2025-08-10 05:19:00 -04:00
1 parent 58d9b32077
commit b6e43c157b
4 files changed
+29 -21

No files matched your search

+1 -1
View File
@@ -1,7 +1,7 @@
use std::sync::Arc;
use app::App;
use gui::{primitive::Axis, RoundedRect, UIColor, WidgetArrLike, WidgetArrUtil, WidgetUtil, UI};
use gui::{primitive::Axis, RoundedRect, UIColor, WidgetArrUtil, WidgetUtil, UI};
use render::Renderer;
use winit::{event::WindowEvent, event_loop::ActiveEventLoop, window::Window};