diff options
Diffstat (limited to 'examples/multi_window/Cargo.toml')
-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 0cb5d546..2e222dfb 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"] }
\ No newline at end of file +iced = { path = "../..", features = ["debug", "multi-window"] } |