WIP: Icons not yet rendering
This commit is contained in:
parent
6cb9cf70b7
commit
85aedf9bed
8 changed files with 126 additions and 29 deletions
|
@ -5,7 +5,7 @@ use gpui::geometry::vector::Vector2F;
|
|||
pub use gpui::{Layout, LayoutId};
|
||||
use smallvec::SmallVec;
|
||||
|
||||
pub trait Element<V: 'static>: 'static {
|
||||
pub trait Element<V: 'static>: 'static + IntoElement<V> {
|
||||
type PaintState;
|
||||
|
||||
fn layout(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue