From b42ddaa4bf86b782bdbc619f7d66ded41c909465 Mon Sep 17 00:00:00 2001 From: Arne Dußin Date: Tue, 29 Dec 2020 11:12:11 +0100 Subject: Add snapping module to replace the rigid grid snapping --- 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 a94122e..c73d243 100644 --- a/src/gui/mod.rs +++ b/src/gui/mod.rs @@ -7,8 +7,10 @@ //! means everything is called top-down from this module. A function in this module should not be //! called from any point in the program except the main loop, where the user input is polled. +pub mod decimal_num_box; pub mod dimension_indicator; pub mod tool_sidebar; +pub use self::decimal_num_box::*; pub use self::dimension_indicator::*; pub use self::tool_sidebar::*; -- cgit v1.2.3-70-g09d2