wl-seasonal-hours-clock/Cargo.toml
Gergely Polonkai 2fd9d4e8de
Cache the paths generated from hour name texts
Rendering text along a textPath is very CPU intensive, especially since we’re doing it every second.
2022-05-23 05:01:25 +02:00

18 lines
326 B
TOML

[package]
name = "wl-seasonal-hours-clock"
version = "0.1.0"
edition = "2021"
[dependencies]
smithay-client-toolkit = "0.15"
chrono = "0.4"
svg = "0.10"
usvg = "0.22"
tiny-skia = "0.6"
resvg = "0.22"
suncalc = "0.4"
toml = "0.5"
serde = { version = "1.0", features = ["derive"] }
xdg = "2.4"
calloop = "0.9"
xmlwriter = "0.1"