diff options
author | 2019-09-14 20:54:50 +0200 | |
---|---|---|
committer | 2019-09-14 20:54:50 +0200 | |
commit | 27ac85a9d98474904c422a891e54888376dec00a (patch) | |
tree | e268525f5bdb3e9631ba1156aaa6b02561dd03d4 /web/Cargo.toml | |
parent | a97401aed2a173260a4abfdb65a77975ce6c0f01 (diff) | |
download | iced-27ac85a9d98474904c422a891e54888376dec00a.tar.gz iced-27ac85a9d98474904c422a891e54888376dec00a.tar.bz2 iced-27ac85a9d98474904c422a891e54888376dec00a.zip |
Draft web runtime and widgets
Diffstat (limited to 'web/Cargo.toml')
-rw-r--r-- | web/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/Cargo.toml b/web/Cargo.toml index acc5f18b..6d8c37b1 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -17,6 +17,7 @@ maintenance = { status = "actively-developed" } [dependencies] iced = { version = "0.1.0-alpha", path = ".." } dodrio = "0.1.0" +futures = "0.1" [dependencies.web-sys] version = "0.3.27" |