Another pointless stuff
Some checks failed
ci/woodpecker/push/code_tests Pipeline failed
ci/woodpecker/push/pre_commit_test Pipeline was successful

This commit is contained in:
2025-12-27 20:54:30 +01:00
parent 2ebf5d1ea2
commit 824939672b
3 changed files with 202 additions and 43 deletions

7
Cargo.lock generated
View File

@@ -86,6 +86,12 @@ dependencies = [
"windows-sys 0.61.2",
]
[[package]]
name = "anyhow"
version = "1.0.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
[[package]]
name = "arrayvec"
version = "0.7.6"
@@ -1028,6 +1034,7 @@ name = "termix"
version = "0.1.0"
dependencies = [
"alsa 0.10.0",
"anyhow",
"clap",
"coreaudio-rs",
"cpal",