Implement pure version of Canvas widget

This commit is contained in:
Héctor Ramón Jiménez 2022-03-09 18:59:40 +07:00
parent c52fd089f1
commit 0cddb3c1b5
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
7 changed files with 355 additions and 1 deletions

View file

@ -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" }