diff options
author | 2023-02-20 10:04:36 -0800 | |
---|---|---|
committer | 2023-02-20 10:04:36 -0800 | |
commit | 9565b477ca66ef33bf3869361b838275e411ca75 (patch) | |
tree | 490f76407909300301cbfda0bda57676fd48882a /winit/Cargo.toml | |
parent | 3aaf5d8873b16302badb14dc5508329c943862fb (diff) | |
parent | 8c83d40e115a182136acfe013baa7a3f795ba3a5 (diff) | |
download | iced-9565b477ca66ef33bf3869361b838275e411ca75.tar.gz iced-9565b477ca66ef33bf3869361b838275e411ca75.tar.bz2 iced-9565b477ca66ef33bf3869361b838275e411ca75.zip |
Merge remote-tracking branch 'origin/master' into feat/multi-window-support
Diffstat (limited to 'winit/Cargo.toml')
-rw-r--r-- | winit/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/winit/Cargo.toml b/winit/Cargo.toml index b0368d62..443d89be 100644 --- a/winit/Cargo.toml +++ b/winit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iced_winit" -version = "0.7.0" +version = "0.8.0" authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"] edition = "2021" description = "A winit runtime for Iced" @@ -29,15 +29,15 @@ git = "https://github.com/iced-rs/winit.git" rev = "940457522e9fb9f5dac228b0ecfafe0138b4048c" [dependencies.iced_native] -version = "0.8" +version = "0.9" path = "../native" [dependencies.iced_graphics] -version = "0.6" +version = "0.7" path = "../graphics" [dependencies.iced_futures] -version = "0.5" +version = "0.6" path = "../futures" [dependencies.tracing] |