summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-03-09 18:59:40 +0700
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-03-09 19:14:55 +0700
commit0cddb3c1b55017cda29d32924514e917a389f11b (patch)
tree4702af4335a726b237de05dbf83dd62848c9f0cb /Cargo.toml
parentc52fd089f102be4e2ac07952106e2b6924e72e68 (diff)
downloadiced-0cddb3c1b55017cda29d32924514e917a389f11b.tar.gz
iced-0cddb3c1b55017cda29d32924514e917a389f11b.tar.bz2
iced-0cddb3c1b55017cda29d32924514e917a389f11b.zip
Implement `pure` version of `Canvas` widget
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 74123046..f36f74f0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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" }