diff options
author | 2022-02-13 17:20:10 +0700 | |
---|---|---|
committer | 2022-02-13 17:20:10 +0700 | |
commit | 3f1a45ca47dc086a5c4e45867d3f9c63a4e7ba19 (patch) | |
tree | 81a5f754fbe4a2f9795f3f4098df734e8e59991a /pure/Cargo.toml | |
parent | 45455be45000c0d41d18eced1b62eab049c5e9c0 (diff) | |
download | iced-3f1a45ca47dc086a5c4e45867d3f9c63a4e7ba19.tar.gz iced-3f1a45ca47dc086a5c4e45867d3f9c63a4e7ba19.tar.bz2 iced-3f1a45ca47dc086a5c4e45867d3f9c63a4e7ba19.zip |
Implement `Slider` in `iced_pure`
Diffstat (limited to 'pure/Cargo.toml')
-rw-r--r-- | pure/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pure/Cargo.toml b/pure/Cargo.toml index bdfe43ae..317dccdf 100644 --- a/pure/Cargo.toml +++ b/pure/Cargo.toml @@ -6,3 +6,4 @@ edition = "2021" [dependencies] iced_native = { version = "0.4", path = "../native" } iced_style = { version = "0.3", path = "../style" } +num-traits = "0.2" |