summaryrefslogtreecommitdiffstats
path: root/web/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-02-05 01:04:46 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-02-05 01:04:46 +0100
commit28fd9feb40a024ea29f73fa91c21fc3f2cf01d58 (patch)
treee1df3d67f8e293b15940c447acb37a3ed0155b36 /web/Cargo.toml
parent0030bcbd33f5c4db60aac826552042e46b51c691 (diff)
downloadiced-28fd9feb40a024ea29f73fa91c21fc3f2cf01d58.tar.gz
iced-28fd9feb40a024ea29f73fa91c21fc3f2cf01d58.tar.bz2
iced-28fd9feb40a024ea29f73fa91c21fc3f2cf01d58.zip
Support styling for `Button` in `iced_web`
Diffstat (limited to 'web/Cargo.toml')
-rw-r--r--web/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/Cargo.toml b/web/Cargo.toml
index 46953863..3b2d24d5 100644
--- a/web/Cargo.toml
+++ b/web/Cargo.toml
@@ -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"