diff options
author | 2023-04-26 16:09:36 +0200 | |
---|---|---|
committer | 2023-04-26 16:09:36 +0200 | |
commit | 435b54e57ecdaf08b1f36626f0000438895c909d (patch) | |
tree | 275ba7f0cbca7bc882de9cf1509ee97c19db51de /tiny_skia/Cargo.toml | |
parent | 619ba9294d5e0f7913f82838d78018fc6714d26a (diff) | |
download | iced-435b54e57ecdaf08b1f36626f0000438895c909d.tar.gz iced-435b54e57ecdaf08b1f36626f0000438895c909d.tar.bz2 iced-435b54e57ecdaf08b1f36626f0000438895c909d.zip |
Revert "Use `pixels` for presentation in `iced_tiny_skia` when possible"
This reverts commit 16e6efe020e75d51958875fa198196534679af8d.
Diffstat (limited to 'tiny_skia/Cargo.toml')
-rw-r--r-- | tiny_skia/Cargo.toml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tiny_skia/Cargo.toml b/tiny_skia/Cargo.toml index a8342e5f..f629dab9 100644 --- a/tiny_skia/Cargo.toml +++ b/tiny_skia/Cargo.toml @@ -4,8 +4,6 @@ version = "0.1.0" edition = "2021" [features] -default = ["gpu"] -gpu = ["pixels"] image = ["iced_graphics/image"] svg = ["resvg"] geometry = ["iced_graphics/geometry"] @@ -33,10 +31,6 @@ default-features = false version = "1.6.1" features = ["std"] -[dependencies.pixels] -version = "0.12" -optional = true - [dependencies.resvg] version = "0.29" optional = true |