Bundle tiny-skia backend together with iced_renderer
This commit is contained in:
parent
422b4dedcb
commit
dd04c0b070
7 changed files with 56 additions and 84 deletions
|
|
@ -5,11 +5,10 @@ edition = "2021"
|
|||
|
||||
[features]
|
||||
wgpu = ["iced_wgpu"]
|
||||
tiny-skia = ["iced_tiny_skia"]
|
||||
image = ["iced_wgpu/image", "iced_tiny_skia/image"]
|
||||
svg = ["iced_wgpu/svg", "iced_tiny_skia/svg"]
|
||||
geometry = ["iced_graphics/geometry", "iced_wgpu?/geometry", "iced_tiny_skia?/geometry"]
|
||||
tracing = ["iced_wgpu/tracing"]
|
||||
image = ["iced_tiny_skia/image", "iced_wgpu?/image"]
|
||||
svg = ["iced_tiny_skia/svg", "iced_wgpu?/svg"]
|
||||
geometry = ["iced_graphics/geometry", "iced_tiny_skia/geometry", "iced_wgpu?/geometry"]
|
||||
tracing = ["iced_wgpu?/tracing"]
|
||||
|
||||
[dependencies]
|
||||
raw-window-handle = "0.5"
|
||||
|
|
@ -19,12 +18,11 @@ thiserror = "1"
|
|||
version = "0.8"
|
||||
path = "../graphics"
|
||||
|
||||
[dependencies.iced_tiny_skia]
|
||||
version = "0.1"
|
||||
path = "../tiny_skia"
|
||||
|
||||
[dependencies.iced_wgpu]
|
||||
version = "0.10"
|
||||
path = "../wgpu"
|
||||
optional = true
|
||||
|
||||
[dependencies.iced_tiny_skia]
|
||||
version = "0.1"
|
||||
path = "../tiny_skia"
|
||||
optional = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue