Implement raster pipeline in iced_tiny_skia

This commit is contained in:
Héctor Ramón Jiménez 2023-03-07 05:06:26 +01:00
parent 3a26baa564
commit bb49e17cab
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
4 changed files with 134 additions and 6 deletions

View file

@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[features]
image = []
image = ["iced_graphics/image"]
svg = []
geometry = ["iced_graphics/geometry"]