customizable watch

This commit is contained in:
galister
2024-02-05 19:54:39 +01:00
parent 0cf824388f
commit 95f587279c
8 changed files with 672 additions and 168 deletions

View File

@@ -14,6 +14,7 @@ anyhow = "1.0.79"
ash = "^0.37.2"
ash-window = "0.12.0"
chrono = "0.4.29"
chrono-tz = "0.8.5"
cstr = "0.2.11"
ctrlc = { version = "3.4.2", features = ["termination"] }
env_logger = "0.10.0"
@@ -34,7 +35,8 @@ png = "0.17.10"
raw-window-handle = "0.5.2"
regex = "1.9.5"
rodio = { version = "0.17.1", default-features = false, features = ["wav", "hound"] }
serde = { version = "1.0.188", features = ["derive"] }
serde = { version = "1.0.188", features = ["derive", "rc"] }
serde_json = "1.0.113"
serde_yaml = "0.9.25"
smallvec = "1.11.0"
strum = { version = "0.25.0", features = ["derive"] }