Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
fschutt committed May 13, 2024
1 parent fb7ad37 commit 0cea912
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion azulc/src/svg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ pub use azul_core::svg::{
SvgPathElementVecDestructor, SvgVertexVecDestructor,
OptionSvgDashPattern, ResultSvgXmlNodeSvgParseError,
ResultSvgSvgParseError,

TessellatedColoredSvgNode, TessellatedColoredSvgNodeVec,
TessellatedColoredSvgNodeVecDestructor,

// SvgXmlNode, Svg
};

Expand Down

0 comments on commit 0cea912

Please sign in to comment.