summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-11-25 14:55:14 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-11-25 14:55:14 +0100
commit862859142b50cf74a6fe423a4aa23fd63c152843 (patch)
tree7cac6b187667701a8798f138268a5f128b7b6d0b /Cargo.toml
parent1344ea84fcbb05b1580a0e9108705921c6ad2182 (diff)
downloadiced-862859142b50cf74a6fe423a4aa23fd63c152843.tar.gz
iced-862859142b50cf74a6fe423a4aa23fd63c152843.tar.bz2
iced-862859142b50cf74a6fe423a4aa23fd63c152843.zip
Add `CHANGELOG` to subcrates
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0368408b..7039a5b3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"