From 73fa2eda2c23bd3baeb9e22b99eb0bfb183fc638 Mon Sep 17 00:00:00 2001 From: Martin Haug Date: Tue, 1 Jun 2021 14:56:02 +0200 Subject: Introduce `fr`s --- src/geom/mod.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/geom/mod.rs') 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::*; -- cgit v1.2.3