summaryrefslogtreecommitdiffstats
path: root/pure/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-02-13 17:20:10 +0700
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-02-13 17:20:10 +0700
commit3f1a45ca47dc086a5c4e45867d3f9c63a4e7ba19 (patch)
tree81a5f754fbe4a2f9795f3f4098df734e8e59991a /pure/Cargo.toml
parent45455be45000c0d41d18eced1b62eab049c5e9c0 (diff)
downloadiced-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.toml1
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"