summaryrefslogtreecommitdiffstats
path: root/core/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-01-02 19:25:00 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-01-02 19:25:00 +0100
commit5ca98b113e49bfb2372b245a985f957611a0a1ac (patch)
tree9ea3df7f17b02e9e63914c7d7788082edae3f883 /core/src/lib.rs
parent0d620b7701f427ed0091f3640ab9ca0e116eb412 (diff)
downloadiced-5ca98b113e49bfb2372b245a985f957611a0a1ac.tar.gz
iced-5ca98b113e49bfb2372b245a985f957611a0a1ac.tar.bz2
iced-5ca98b113e49bfb2372b245a985f957611a0a1ac.zip
Rename `Geometry2D` to `Mesh2D` and move it to `iced_wgpu`
Diffstat (limited to 'core/src/lib.rs')
-rw-r--r--core/src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/src/lib.rs b/core/src/lib.rs
index 881f56c9..821b09c1 100644
--- a/core/src/lib.rs
+++ b/core/src/lib.rs
@@ -23,7 +23,6 @@ mod length;
mod point;
mod rectangle;
mod vector;
-mod geometry;
pub use align::{Align, HorizontalAlignment, VerticalAlignment};
pub use background::Background;
@@ -33,7 +32,6 @@ pub use length::Length;
pub use point::Point;
pub use rectangle::Rectangle;
pub use vector::Vector;
-pub use geometry::{Vertex2D, Geometry2D};
#[cfg(feature = "command")]
mod command;