annotate: add ui module
Authored by
mfwolffe <wolffemf@dukes.jmu.edu>
- SHA
f67b0bef6d08410fe358747d12bc64b6e49a1f81- Parents
-
88c3588 - Tree
967ee8c
f67b0be
f67b0bef6d08410fe358747d12bc64b6e49a1f8188c3588
967ee8c| Status | File | + | - |
|---|---|---|---|
| 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}; | |