Implement image support for canvas widget
This commit is contained in:
parent
87a613edd1
commit
0ceee1cf3a
16 changed files with 485 additions and 29 deletions
|
|
@ -20,7 +20,7 @@ all-features = true
|
|||
[features]
|
||||
geometry = ["iced_graphics/geometry", "lyon"]
|
||||
image = ["iced_graphics/image"]
|
||||
svg = ["resvg/text"]
|
||||
svg = ["iced_graphics/svg", "resvg/text"]
|
||||
web-colors = ["iced_graphics/web-colors"]
|
||||
webgl = ["wgpu/webgl"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue