Implement Slider in iced_pure

This commit is contained in:
Héctor Ramón Jiménez 2022-02-13 17:20:10 +07:00
parent 45455be450
commit 3f1a45ca47
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
4 changed files with 503 additions and 167 deletions

View file

@ -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"