From c073618d9773216ab4a2dcd7944589f38b1df751 Mon Sep 17 00:00:00 2001 From: Arne Dußin Date: Wed, 16 Dec 2020 18:01:25 +0100 Subject: Add new dimension indicator --- src/gui/mod.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui/mod.rs') 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 -- cgit v1.2.3-70-g09d2