Implement raster pipeline in iced_tiny_skia
This commit is contained in:
parent
3a26baa564
commit
bb49e17cab
4 changed files with 134 additions and 6 deletions
|
|
@ -4,6 +4,9 @@ mod backend;
|
|||
mod settings;
|
||||
mod text;
|
||||
|
||||
#[cfg(feature = "image")]
|
||||
mod raster;
|
||||
|
||||
#[cfg(feature = "geometry")]
|
||||
pub mod geometry;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue