summaryrefslogtreecommitdiff
path: root/src/geom/mod.rs
diff options
context:
space:
mode:
authorMartin Haug <mhaug@live.de>2021-06-08 11:05:09 +0200
committerLaurenz <laurmaedje@gmail.com>2021-06-09 22:44:40 +0200
commit29cfef0a6dfef5820bda339d327638e285aaf4d3 (patch)
tree7a2e16b4c97d4259da1eb63deaa716b620feb4df /src/geom/mod.rs
parent73fa2eda2c23bd3baeb9e22b99eb0bfb183fc638 (diff)
Add a grid layouter
Diffstat (limited to 'src/geom/mod.rs')
-rw-r--r--src/geom/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/geom/mod.rs b/src/geom/mod.rs
index ce8a7276..fdc3980e 100644
--- a/src/geom/mod.rs
+++ b/src/geom/mod.rs
@@ -7,6 +7,7 @@ mod angle;
mod dir;
mod fr;
mod gen;
+mod gridu;
mod length;
mod linear;
mod path;
@@ -21,6 +22,7 @@ pub use angle::*;
pub use dir::*;
pub use fr::*;
pub use gen::*;
+pub use gridu::*;
pub use length::*;
pub use linear::*;
pub use path::*;