Add support for a measure function to the layout engine facade
This commit is contained in:
parent
4efc46c763
commit
a8ecc1a643
5 changed files with 261 additions and 181 deletions
|
@ -3,13 +3,12 @@ use components::button;
|
|||
use element::Element;
|
||||
use frame::frame;
|
||||
use gpui::{
|
||||
geometry::{rect::RectF, vector::vec2f},
|
||||
geometry::{percent, rect::RectF, vector::vec2f},
|
||||
platform::WindowOptions,
|
||||
};
|
||||
use log::LevelFilter;
|
||||
use simplelog::SimpleLogger;
|
||||
|
||||
use style::percent;
|
||||
use themes::{rose_pine, ThemeColors};
|
||||
use view::view;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue