diff options
author | 2023-02-20 12:34:04 -0800 | |
---|---|---|
committer | 2023-02-20 13:35:55 -0800 | |
commit | bd58d5fe25182908e99fdb0ced07b86666e45081 (patch) | |
tree | 231bffe5f36c33b8e7efb26aa8d96ae784497522 /Cargo.toml | |
parent | 9565b477ca66ef33bf3869361b838275e411ca75 (diff) | |
download | iced-bd58d5fe25182908e99fdb0ced07b86666e45081.tar.gz iced-bd58d5fe25182908e99fdb0ced07b86666e45081.tar.bz2 iced-bd58d5fe25182908e99fdb0ced07b86666e45081.zip |
Cargo fix
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ chrome-trace = [ "iced_glow?/tracing", ] # Enables experimental multi-window support -multi_window = ["iced_winit/multi_window", "iced_glutin/multi_window"] +multi_window = ["iced_winit/multi_window", "iced_glutin?/multi_window"] [badges] maintenance = { status = "actively-developed" } |