feat!(spin_button): refactor and support vertical widget variant

This commit is contained in:
Bryan Hyland 2024-11-19 08:17:40 -08:00 committed by Michael Murphy
parent bc89a8aede
commit b14fde9033
7 changed files with 474 additions and 266 deletions

View 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