Revert "Use pixels for presentation in iced_tiny_skia when possible"
This reverts commit 16e6efe020.
This commit is contained in:
parent
619ba9294d
commit
435b54e57e
2 changed files with 13 additions and 69 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue