Vertical orientation added to Slider.

This commit is contained in:
Casper Storm 2022-12-12 15:27:00 +01:00
parent 1c00adad61
commit ba95042fff
No known key found for this signature in database
GPG key ID: BABF49AA70C405C2
6 changed files with 250 additions and 40 deletions

View 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 = "../.." }