diff options
| author | Arne Dußin | 2020-12-16 18:01:25 +0100 |
|---|---|---|
| committer | Arne Dußin | 2020-12-16 18:01:25 +0100 |
| commit | c073618d9773216ab4a2dcd7944589f38b1df751 (patch) | |
| tree | e57b1ea8f99d9eb4bd3e500b6b56fb7879cabc40 /src/gui/mod.rs | |
| parent | 82d11b7d3e15d8175accf7579db1fbe528fc6583 (diff) | |
| download | graf_karto-c073618d9773216ab4a2dcd7944589f38b1df751.tar.gz graf_karto-c073618d9773216ab4a2dcd7944589f38b1df751.zip | |
Add new dimension indicator
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 |
