diff options
author | 2020-06-13 14:17:41 +0200 | |
---|---|---|
committer | 2020-06-13 14:17:41 +0200 | |
commit | 0b819de3e22837dc456d028f51bf492891d6c3a5 (patch) | |
tree | 42bc35663b8ca09e4c6ef8327ee36099d82efc8c /native/Cargo.toml | |
parent | f131969c47bb4a32d60d5be4c2bece0688b0a418 (diff) | |
download | iced-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.toml | 1 |
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" |