gardesk/garshot / f67b0be

Browse files

annotate: add ui module

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
f67b0bef6d08410fe358747d12bc64b6e49a1f81
Parents
88c3588
Tree
967ee8c

1 changed file

StatusFile+-
A garshot/src/annotate/ui/mod.rs 5 0
garshot/src/annotate/ui/mod.rsadded
@@ -0,0 +1,5 @@
1
+//! Annotation UI components.
2
+
3
+mod toolbar;
4
+
5
+pub use toolbar::{Toolbar, TOOLBAR_HEIGHT};