summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--svgbob/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/svgbob/src/lib.rs b/svgbob/src/lib.rs
index dff232c..95cde12 100644
--- a/svgbob/src/lib.rs
+++ b/svgbob/src/lib.rs
@@ -13,7 +13,7 @@ pub use buffer::{
Signal,
};
pub use point::Point;
-use sauron::Node;
+pub use sauron::Node;
/// convert svgbob ascii art to svg
pub fn to_svg(ascii: &str) -> String {