spans now good (other than direction) + refactor
This commit is contained in:
1 parent
132113f09e
commit
95a07786bb
22 files changed
+545
-371
No files matched your search
@@ -3,7 +3,7 @@ use std::{
|
||||
marker::PhantomData,
|
||||
};
|
||||
|
||||
use crate::{primitive::Painter, util::ID, UIBuilder};
|
||||
use crate::{Painter, util::ID, UIBuilder};
|
||||
|
||||
pub trait Widget: 'static + Any {
|
||||
fn draw(&self, painter: &mut Painter);
|
||||
|
||||
Reference in new issue
Block a user