summaryrefslogtreecommitdiffstats
path: root/examples/layout/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-01-10 09:01:01 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-01-10 10:01:51 +0100
commita6cbc365037d740ee9bb8d21fffe361cd198477e (patch)
tree603dfe4f8e763343670588af5fc5639eeddf6df1 /examples/layout/Cargo.toml
parent3850a46db6e13f2948f5731f4ceec42764391f5d (diff)
downloadiced-a6cbc365037d740ee9bb8d21fffe361cd198477e.tar.gz
iced-a6cbc365037d740ee9bb8d21fffe361cd198477e.tar.bz2
iced-a6cbc365037d740ee9bb8d21fffe361cd198477e.zip
Showcase more layouts in `layout` example
Diffstat (limited to 'examples/layout/Cargo.toml')
-rw-r--r--examples/layout/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/layout/Cargo.toml b/examples/layout/Cargo.toml
index c2c3f49b..855f98d0 100644
--- a/examples/layout/Cargo.toml
+++ b/examples/layout/Cargo.toml
@@ -6,4 +6,4 @@ edition = "2021"
publish = false
[dependencies]
-iced = { path = "../.." }
+iced = { path = "../..", features = ["canvas"] }