Skip to content

Commit f76bea8

Browse files
eucliocmyr
andauthored
re-export cairo from piet-cairo (#505)
* re-export cairo from piet-cairo This helps the user avoid errors from using incompatible cairo versions. * Update piet-cairo/src/lib.rs Co-authored-by: Colin Rofls <[email protected]>
1 parent e939654 commit f76bea8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

piet-cairo/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ use piet::{
1414
LineJoin, RenderContext, StrokeStyle,
1515
};
1616

17+
pub use cairo;
18+
1719
pub use crate::text::{CairoText, CairoTextLayout, CairoTextLayoutBuilder};
1820

1921
pub struct CairoRenderContext<'a> {

0 commit comments

Comments
 (0)