diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ iced_winit = { version = "0.1.0-alpha", path = "winit" } iced_wgpu = { version = "0.1.0", path = "wgpu" } [target.'cfg(target_arch = "wasm32")'.dependencies] -iced_web = { version = "0.1.0-alpha", path = "web" } +iced_web = { version = "0.1.0", path = "web" } [dev-dependencies] env_logger = "0.7" |