From f2430645e7b78dcc0b06a59d20b7c0ff36a5f3c2 Mon Sep 17 00:00:00 2001 From: Arne Dußin Date: Mon, 28 Dec 2020 00:05:01 +0100 Subject: Add indicator to show where the mouse is pointing --- 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..f8630d7 100644 --- a/src/gui/mod.rs +++ b/src/gui/mod.rs @@ -8,7 +8,9 @@ //! called from any point in the program except the main loop, where the user input is polled. pub mod dimension_indicator; +pub mod position_indicator; pub mod tool_sidebar; pub use self::dimension_indicator::*; +pub use self::position_indicator::*; pub use self::tool_sidebar::*; -- cgit v1.2.3-70-g09d2