diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-06-14 15:07:13 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-06-14 17:17:54 +0200 |
| commit | 7a6c2cce7747f7632f0be012f49b548db3e62a2d (patch) | |
| tree | 30103d743fcf22c6838e5ce3b6c632abe15e78b9 /src/geom/mod.rs | |
| parent | 6832ca2a26df5a9407bd2b0266cc0bab328ebeba (diff) | |
Make radius configuration unconfusing
Diffstat (limited to 'src/geom/mod.rs')
| -rw-r--r-- | src/geom/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/geom/mod.rs b/src/geom/mod.rs index bdd08fe5..fc8ccb6c 100644 --- a/src/geom/mod.rs +++ b/src/geom/mod.rs @@ -4,6 +4,7 @@ mod macros; mod align; mod angle; +mod corners; mod dir; mod em; mod fraction; @@ -22,6 +23,7 @@ mod transform; pub use align::*; pub use angle::*; +pub use corners::*; pub use dir::*; pub use em::*; pub use fraction::*; |
