summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-10-22 00:13:42 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-11-05 23:52:56 +0100
commit5c33ce18ed8b12db9a6ba138112804761d26fddb (patch)
treecb51c63fb14c4c84e20fd6f201ffaaaf86dc7b0c /examples
parent42a2cb6d4f78343f43d6a68a28e5502d9426ed2c (diff)
downloadiced-5c33ce18ed8b12db9a6ba138112804761d26fddb.tar.gz
iced-5c33ce18ed8b12db9a6ba138112804761d26fddb.tar.bz2
iced-5c33ce18ed8b12db9a6ba138112804761d26fddb.zip
Draft `reactive-rendering` feature for `button`
Diffstat (limited to 'examples')
-rw-r--r--examples/multi_window/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/multi_window/Cargo.toml b/examples/multi_window/Cargo.toml
index 2e222dfb..3f89417f 100644
--- a/examples/multi_window/Cargo.toml
+++ b/examples/multi_window/Cargo.toml
@@ -6,4 +6,4 @@ edition = "2021"
publish = false
[dependencies]
-iced = { path = "../..", features = ["debug", "multi-window"] }
+iced = { path = "../..", features = ["debug"] }