diff options
Diffstat (limited to 'native/src')
| -rw-r--r-- | native/src/lib.rs | 2 | ||||
| -rw-r--r-- | native/src/widget/geometry.rs | 0 | 
2 files changed, 1 insertions, 1 deletions
| diff --git a/native/src/lib.rs b/native/src/lib.rs index 8dcacb2b..6f6af159 100644 --- a/native/src/lib.rs +++ b/native/src/lib.rs @@ -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; diff --git a/native/src/widget/geometry.rs b/native/src/widget/geometry.rs new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/native/src/widget/geometry.rs | 
