summaryrefslogtreecommitdiffstats
path: root/web/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2020-06-14 18:11:25 +0200
committerLibravatar GitHub <noreply@github.com>2020-06-14 18:11:25 +0200
commitd19c02035ff5e4a895868023bd67f3df1f5d7007 (patch)
treec069960f8645b9997f0db9c8e167b83935a9e599 /web/Cargo.toml
parent50c37ff3d7f0cafb203d659b9c4bebf8f11d9b9d (diff)
parentf5e16312bfa02eac13ce46aa97831c554151e2f8 (diff)
downloadiced-d19c02035ff5e4a895868023bd67f3df1f5d7007.tar.gz
iced-d19c02035ff5e4a895868023bd67f3df1f5d7007.tar.bz2
iced-d19c02035ff5e4a895868023bd67f3df1f5d7007.zip
Merge pull request #407 from hecrj/feature/generic-slider
Make `Slider` value type generic
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 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"