make painter not stupid (size ctx is kinda tho)

This commit is contained in:
iris committed 2025-12-16 00:26:25 -05:00
1 parent 486ed0ffd7
commit 2183fbd3cb
9 files changed
+217 -212

No files matched your search

-2
View File
@@ -16,7 +16,6 @@ mod attr;
mod event;
mod num;
mod orientation;
mod painter;
mod primitive;
mod render;
mod state;
@@ -29,7 +28,6 @@ pub use attr::*;
pub use event::*;
pub use num::*;
pub use orientation::*;
pub use painter::*;
pub use primitive::*;
pub use render::*;
pub use ui::*;