diff options
author | 2024-10-22 00:13:42 +0200 | |
---|---|---|
committer | 2024-11-05 23:52:56 +0100 | |
commit | 5c33ce18ed8b12db9a6ba138112804761d26fddb (patch) | |
tree | cb51c63fb14c4c84e20fd6f201ffaaaf86dc7b0c /examples/multi_window | |
parent | 42a2cb6d4f78343f43d6a68a28e5502d9426ed2c (diff) | |
download | iced-5c33ce18ed8b12db9a6ba138112804761d26fddb.tar.gz iced-5c33ce18ed8b12db9a6ba138112804761d26fddb.tar.bz2 iced-5c33ce18ed8b12db9a6ba138112804761d26fddb.zip |
Draft `reactive-rendering` feature for `button`
Diffstat (limited to 'examples/multi_window')
-rw-r--r-- | examples/multi_window/Cargo.toml | 2 |
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"] } |