aboutsummaryrefslogtreecommitdiff
path: root/src/gui/mod.rs
diff options
context:
space:
mode:
authorArne Dußin2020-11-20 20:00:28 +0100
committerArne Dußin2020-11-20 20:00:28 +0100
commitcf0cbe3fd28b2099b580edc1714b4d68bf7183cd (patch)
treeb03561c1ae7860cad247d089cb1ad728efa843ec /src/gui/mod.rs
parentf62dabcb390d4808739745c050dfba8e2826b214 (diff)
downloadgraf_karto-cf0cbe3fd28b2099b580edc1714b4d68bf7183cd.tar.gz
graf_karto-cf0cbe3fd28b2099b580edc1714b4d68bf7183cd.zip
Add simple tool sidebar gui
Diffstat (limited to 'src/gui/mod.rs')
-rw-r--r--src/gui/mod.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/mod.rs b/src/gui/mod.rs
new file mode 100644
index 0000000..a4a000b
--- /dev/null
+++ b/src/gui/mod.rs
@@ -0,0 +1,3 @@
+pub mod tool_sidebar;
+
+pub use self::tool_sidebar::*;