Implement vector pipeline in iced_tiny_skia
This commit is contained in:
parent
bb49e17cab
commit
5b3977daf6
7 changed files with 184 additions and 10 deletions
|
|
@ -7,6 +7,9 @@ mod text;
|
|||
#[cfg(feature = "image")]
|
||||
mod raster;
|
||||
|
||||
#[cfg(feature = "svg")]
|
||||
mod vector;
|
||||
|
||||
#[cfg(feature = "geometry")]
|
||||
pub mod geometry;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue