make painter not stupid (size ctx is kinda tho)

This commit is contained in:
2025-12-16 00:26:25 -05:00
parent 486ed0ffd7
commit 2183fbd3cb
9 changed files with 217 additions and 212 deletions

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::*;