diff options
author | 2020-06-14 18:11:25 +0200 | |
---|---|---|
committer | 2020-06-14 18:11:25 +0200 | |
commit | d19c02035ff5e4a895868023bd67f3df1f5d7007 (patch) | |
tree | c069960f8645b9997f0db9c8e167b83935a9e599 /native/Cargo.toml | |
parent | 50c37ff3d7f0cafb203d659b9c4bebf8f11d9b9d (diff) | |
parent | f5e16312bfa02eac13ce46aa97831c554151e2f8 (diff) | |
download | iced-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 '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" |