summaryrefslogtreecommitdiff
path: root/src/geom/mod.rs
diff options
context:
space:
mode:
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 0031c6df..ce8a7276 100644
--- a/src/geom/mod.rs
+++ b/src/geom/mod.rs
@@ -5,6 +5,7 @@ mod macros;
mod align;
mod angle;
mod dir;
+mod fr;
mod gen;
mod length;
mod linear;
@@ -18,6 +19,7 @@ mod spec;
pub use align::*;
pub use angle::*;
pub use dir::*;
+pub use fr::*;
pub use gen::*;
pub use length::*;
pub use linear::*;