summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJovansonlee Cesar <ivanceras@gmail.com>2020-04-25 06:38:10 +0800
committerJovansonlee Cesar <ivanceras@gmail.com>2020-04-25 07:00:40 +0800
commit62ab3ac3a5936a530953526bb87e9c91d0f134bc (patch)
tree08167fdf87a993090a1a8406a157c1b654fa5d96
parent33b843f418a1548b4703e2f5be980511bea9ba24 (diff)
re-export sauron::Node
-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 {