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

@ -95,7 +95,6 @@ cosmic-config = { path = "cosmic-config" }
cosmic-settings-daemon = { git = "https://github.com/pop-os/dbus-settings-bindings", optional = true }
css-color = "0.2.5"
derive_setters = "0.1.5"
fraction = "0.15.3"
image = { version = "0.25.1", optional = true }
lazy_static = "1.4.0"
libc = { version = "0.2.155", optional = true }