Implement pure version of Canvas widget
This commit is contained in:
parent
c52fd089f1
commit
0cddb3c1b5
7 changed files with 355 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ smol = ["iced_futures/smol"]
|
|||
# Enables advanced color conversion via `palette`
|
||||
palette = ["iced_core/palette"]
|
||||
# Enables pure, virtual widgets in the `pure` module
|
||||
pure = ["iced_pure"]
|
||||
pure = ["iced_pure", "iced_graphics/pure"]
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "actively-developed" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue