lento 0.1.1

Cross platform ui framework
1
2
3
4
5
6
use skia_safe::Rect;

pub trait LayoutRoot {
    fn update_layout(&mut self);
    // fn on_root_bounds_updated(&mut self, bounds: Rect);
}