Make Slider value type generic

This commit is contained in:
Héctor Ramón Jiménez 2020-06-13 14:17:41 +02:00
parent f131969c47
commit 0b819de3e2
5 changed files with 58 additions and 29 deletions

View file

@ -13,6 +13,7 @@ debug = []
[dependencies]
twox-hash = "1.5"
unicode-segmentation = "1.6"
num-traits = "0.2"
[dependencies.iced_core]
version = "0.2"