diff options
author | 2024-01-10 09:01:01 +0100 | |
---|---|---|
committer | 2024-01-10 10:01:51 +0100 | |
commit | a6cbc365037d740ee9bb8d21fffe361cd198477e (patch) | |
tree | 603dfe4f8e763343670588af5fc5639eeddf6df1 /examples/layout/Cargo.toml | |
parent | 3850a46db6e13f2948f5731f4ceec42764391f5d (diff) | |
download | iced-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.toml | 2 |
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"] } |