|
1 | 1 | [package]
|
2 | 2 | name = "iced"
|
3 |
| -version = "0.3.0" |
| 3 | +version = "0.4.0" |
4 | 4 | authors = [ "Héctor Ramón Jiménez <[email protected]>"]
|
5 | 5 | edition = "2021"
|
6 | 6 | description = "A cross-platform GUI library inspired by Elm"
|
@@ -98,21 +98,21 @@ members = [
|
98 | 98 | ]
|
99 | 99 |
|
100 | 100 | [dependencies]
|
101 |
| -iced_core = { version = "0.4", path = "core" } |
102 |
| -iced_futures = { version = "0.3", path = "futures" } |
103 |
| -iced_native = { version = "0.4", path = "native" } |
104 |
| -iced_graphics = { version = "0.2", path = "graphics" } |
105 |
| -iced_winit = { version = "0.3", path = "winit" } |
106 |
| -iced_glutin = { version = "0.2", path = "glutin", optional = true } |
107 |
| -iced_glow = { version = "0.2", path = "glow", optional = true } |
108 |
| -iced_pure = { version = "0.1", path = "pure", optional = true } |
| 101 | +iced_core = { version = "0.5", path = "core" } |
| 102 | +iced_futures = { version = "0.4", path = "futures" } |
| 103 | +iced_native = { version = "0.5", path = "native" } |
| 104 | +iced_graphics = { version = "0.3", path = "graphics" } |
| 105 | +iced_winit = { version = "0.4", path = "winit" } |
| 106 | +iced_glutin = { version = "0.3", path = "glutin", optional = true } |
| 107 | +iced_glow = { version = "0.3", path = "glow", optional = true } |
| 108 | +iced_pure = { version = "0.2", path = "pure", optional = true } |
109 | 109 | thiserror = "1.0"
|
110 | 110 |
|
111 | 111 | [target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
112 |
| -iced_wgpu = { version = "0.4", path = "wgpu", optional = true } |
| 112 | +iced_wgpu = { version = "0.5", path = "wgpu", optional = true } |
113 | 113 |
|
114 | 114 | [target.'cfg(target_arch = "wasm32")'.dependencies]
|
115 |
| -iced_wgpu = { version = "0.4", path = "wgpu", features = ["webgl"], optional = true } |
| 115 | +iced_wgpu = { version = "0.5", path = "wgpu", features = ["webgl"], optional = true } |
116 | 116 |
|
117 | 117 | [package.metadata.docs.rs]
|
118 | 118 | rustdoc-args = ["--cfg", "docsrs"]
|
|
0 commit comments