diff options
author | 2023-03-07 05:06:26 +0100 | |
---|---|---|
committer | 2023-03-07 05:06:26 +0100 | |
commit | bb49e17cabd45f3a21af98b4c5ecdddd507fd427 (patch) | |
tree | 42d3255e869ca9a9fe6270e0658856830c2e7d31 /tiny_skia/Cargo.toml | |
parent | 3a26baa564524b0f25c5cb180b592c8b004b68a9 (diff) | |
download | iced-bb49e17cabd45f3a21af98b4c5ecdddd507fd427.tar.gz iced-bb49e17cabd45f3a21af98b4c5ecdddd507fd427.tar.bz2 iced-bb49e17cabd45f3a21af98b4c5ecdddd507fd427.zip |
Implement `raster` pipeline in `iced_tiny_skia`
Diffstat (limited to 'tiny_skia/Cargo.toml')
-rw-r--r-- | tiny_skia/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tiny_skia/Cargo.toml b/tiny_skia/Cargo.toml index 08e79bb8..647ec12a 100644 --- a/tiny_skia/Cargo.toml +++ b/tiny_skia/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [features] -image = [] +image = ["iced_graphics/image"] svg = [] geometry = ["iced_graphics/geometry"] |