Implement Geometry2D primitive
This commit is contained in:
parent
26de688e68
commit
0d620b7701
13 changed files with 528 additions and 4 deletions
|
|
@ -55,7 +55,7 @@ mod user_interface;
|
|||
|
||||
pub use iced_core::{
|
||||
Align, Background, Color, Command, Font, HorizontalAlignment, Length,
|
||||
Point, Rectangle, Vector, VerticalAlignment,
|
||||
Point, Rectangle, Vector, VerticalAlignment, Geometry2D, Vertex2D,
|
||||
};
|
||||
|
||||
pub use clipboard::Clipboard;
|
||||
|
|
|
|||
0
native/src/widget/geometry.rs
Normal file
0
native/src/widget/geometry.rs
Normal file
Loading…
Add table
Add a link
Reference in a new issue