Support styling for Button in iced_web

This commit is contained in:
Héctor Ramón Jiménez 2020-02-05 01:04:46 +01:00
parent 0030bcbd33
commit 28fd9feb40
5 changed files with 45 additions and 26 deletions

View file

@ -15,6 +15,7 @@ categories = ["web-programming"]
maintenance = { status = "actively-developed" }
[dependencies]
iced_style = { version = "0.1.0-alpha", path = "../style" }
dodrio = "0.1.0"
wasm-bindgen = "0.2.51"
wasm-bindgen-futures = "0.4"