diff options
Diffstat (limited to 'src/gui/mod.rs')
| -rw-r--r-- | src/gui/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/mod.rs b/src/gui/mod.rs index a4a000b..0351ab3 100644 --- a/src/gui/mod.rs +++ b/src/gui/mod.rs @@ -1,3 +1,5 @@ pub mod tool_sidebar; +pub mod dimension_indicator; pub use self::tool_sidebar::*; +pub use self::dimension_indicator::*;
\ No newline at end of file |
