2024-09-13 18:35:02 -07:00
|
|
|
[package]
|
2024-10-08 18:59:49 -07:00
|
|
|
name = "cosmic-idle"
|
2024-09-13 18:35:02 -07:00
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
keyframe = "1.1.1"
|
|
|
|
|
rustix = { version = "0.38.34", features = ["fs"] }
|
|
|
|
|
wayland-client = "0.31.5"
|
|
|
|
|
wayland-protocols = { version = "0.32.3", features = ["client", "staging"] }
|
|
|
|
|
wayland-protocols-wlr = { version = "0.3.3", features = ["client"] }
|