feat!(spin_button): refactor and support vertical widget variant
This commit is contained in:
parent
bc89a8aede
commit
b14fde9033
7 changed files with 474 additions and 266 deletions
12
examples/spin-button/Cargo.toml
Normal file
12
examples/spin-button/Cargo.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[package]
|
||||
name = "spin-button"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
fraction = "0.15.3"
|
||||
|
||||
[dependencies.libcosmic]
|
||||
features = ["debug", "multi-window", "wayland", "winit", "desktop", "tokio"]
|
||||
path = "../.."
|
||||
default-features = false
|
||||
Loading…
Add table
Add a link
Reference in a new issue