summaryrefslogtreecommitdiff
path: root/src/geom/mod.rs
diff options
context:
space:
mode:
authorMartin Haug <mhaug@live.de>2021-06-01 14:56:02 +0200
committerLaurenz <laurmaedje@gmail.com>2021-06-09 22:44:40 +0200
commit73fa2eda2c23bd3baeb9e22b99eb0bfb183fc638 (patch)
treede42d0b6807b862cc28db5197751d5c503663c3c /src/geom/mod.rs
parent9983634cd59b75a5842a096cc5fbf6472e65b5cb (diff)
Introduce `fr`s
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::*;