summaryrefslogtreecommitdiffstats
path: root/native/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-06-13 14:17:41 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-06-13 14:17:41 +0200
commit0b819de3e22837dc456d028f51bf492891d6c3a5 (patch)
tree42bc35663b8ca09e4c6ef8327ee36099d82efc8c /native/Cargo.toml
parentf131969c47bb4a32d60d5be4c2bece0688b0a418 (diff)
downloadiced-0b819de3e22837dc456d028f51bf492891d6c3a5.tar.gz
iced-0b819de3e22837dc456d028f51bf492891d6c3a5.tar.bz2
iced-0b819de3e22837dc456d028f51bf492891d6c3a5.zip
Make `Slider` value type generic
Diffstat (limited to 'native/Cargo.toml')
-rw-r--r--native/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/native/Cargo.toml b/native/Cargo.toml
index 75b4a56b..13052a93 100644
--- a/native/Cargo.toml
+++ b/native/Cargo.toml
@@ -13,6 +13,7 @@ debug = []
[dependencies]
twox-hash = "1.5"
unicode-segmentation = "1.6"
+num-traits = "0.2"
[dependencies.iced_core]
version = "0.2"