summaryrefslogtreecommitdiffstats
path: root/svgbob/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'svgbob/src/lib.rs')
-rw-r--r--svgbob/src/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/svgbob/src/lib.rs b/svgbob/src/lib.rs
index 4df3726..1d9e836 100644
--- a/svgbob/src/lib.rs
+++ b/svgbob/src/lib.rs
@@ -9,7 +9,8 @@ mod point;
pub mod util;
pub use buffer::{
- fragment, fragment::Fragment, Cell, CellBuffer, FragmentBuffer, Property, Settings, Signal,
+ fragment, fragment::Fragment, Cell, CellBuffer, Direction, FragmentBuffer, Property, Settings,
+ Signal,
};
pub use point::Point;