diff options
author | 2020-06-13 14:59:09 +0200 | |
---|---|---|
committer | 2020-06-13 14:59:09 +0200 | |
commit | 6b4a4655c1e533c789308b180f4d3596e62b0179 (patch) | |
tree | 36cb369c967fb09f54c9b6e0678a0aee8e93a40b /web/Cargo.toml | |
parent | d7d2e0a8aaa130113a9f2ee07a1bd946ddf97215 (diff) | |
download | iced-6b4a4655c1e533c789308b180f4d3596e62b0179.tar.gz iced-6b4a4655c1e533c789308b180f4d3596e62b0179.tar.bz2 iced-6b4a4655c1e533c789308b180f4d3596e62b0179.zip |
Make `Slider` value generic in `iced_web`
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 12d3865e..88c3102f 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -19,6 +19,7 @@ dodrio = "0.1.0" wasm-bindgen = "0.2.51" wasm-bindgen-futures = "0.4" url = "2.0" +num-traits = "0.2" [dependencies.iced_core] version = "0.2" |