Add CHANGELOG to subcrates
This commit is contained in:
parent
1344ea84fc
commit
862859142b
8 changed files with 77 additions and 19 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "iced_web"
|
||||
version = "0.1.0-alpha"
|
||||
version = "0.1.0"
|
||||
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
|
||||
edition = "2018"
|
||||
description = "A web backend for Iced"
|
||||
|
|
@ -15,7 +15,7 @@ categories = ["web-programming"]
|
|||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
iced_core = { version = "0.1.0-alpha", path = "../core", features = ["command"] }
|
||||
iced_core = { version = "0.1.0", path = "../core", features = ["command"] }
|
||||
dodrio = "0.1.0"
|
||||
wasm-bindgen = "0.2.51"
|
||||
wasm-bindgen-futures = "0.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue