|
1 | 1 | [package]
|
2 | 2 | name = "iced"
|
3 |
| -version = "0.1.1" |
| 3 | +version = "0.2.0" |
4 | 4 | authors = [ "Héctor Ramón Jiménez <[email protected]>"]
|
5 | 5 | edition = "2018"
|
6 | 6 | description = "A cross-platform GUI library inspired by Elm"
|
@@ -84,18 +84,18 @@ members = [
|
84 | 84 | ]
|
85 | 85 |
|
86 | 86 | [dependencies]
|
87 |
| -iced_core = { version = "0.2", path = "core" } |
88 |
| -iced_futures = { version = "0.1", path = "futures" } |
| 87 | +iced_core = { version = "0.3", path = "core" } |
| 88 | +iced_futures = { version = "0.2", path = "futures" } |
89 | 89 | thiserror = "1.0"
|
90 | 90 |
|
91 | 91 | [target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
92 |
| -iced_winit = { version = "0.1", path = "winit" } |
| 92 | +iced_winit = { version = "0.2", path = "winit" } |
93 | 93 | iced_glutin = { version = "0.1", path = "glutin", optional = true }
|
94 |
| -iced_wgpu = { version = "0.2", path = "wgpu", optional = true } |
| 94 | +iced_wgpu = { version = "0.3", path = "wgpu", optional = true } |
95 | 95 | iced_glow = { version = "0.1", path = "glow", optional = true}
|
96 | 96 |
|
97 | 97 | [target.'cfg(target_arch = "wasm32")'.dependencies]
|
98 |
| -iced_web = { version = "0.2", path = "web" } |
| 98 | +iced_web = { version = "0.3", path = "web" } |
99 | 99 |
|
100 | 100 | [package.metadata.docs.rs]
|
101 | 101 | rustdoc-args = ["--cfg", "docsrs"]
|
|
0 commit comments