Vertical orientation added to Slider.
This commit is contained in:
parent
1c00adad61
commit
ba95042fff
6 changed files with 250 additions and 40 deletions
9
examples/slider/Cargo.toml
Normal file
9
examples/slider/Cargo.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "slider"
|
||||
version = "0.1.0"
|
||||
authors = ["Casper Rogild Storm<casper@rogildstorm.com>"]
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
iced = { path = "../.." }
|
||||
Loading…
Add table
Add a link
Reference in a new issue