12 lines
245 B
TOML
12 lines
245 B
TOML
[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
|