summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-10-23 18:22:44 -0400
committerLLLL Colonq <llll@colonq>2025-10-23 18:22:44 -0400
commit99a9b8c0bcc345f7044ab18840e78ee9263cae9b (patch)
tree5177a48645a405b70ec39a34dc16a7fdb044ec63 /Cargo.lock
parent4ae21efc81f39ca805cefe5c1af722857f22f255 (diff)
Add audio loopback overlay
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock27
1 files changed, 26 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b7a3bc8..4a659d4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2050,6 +2050,7 @@ dependencies = [
"bitflags 2.8.0",
"byteorder",
"clap",
+ "cpal",
"device_query",
"env_logger",
"glam",
@@ -2061,6 +2062,7 @@ dependencies = [
"newton_shader",
"polling",
"rand",
+ "redis",
"strum",
"teleia",
"termion",
@@ -2660,6 +2662,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be105c72a1e6a5a1198acee3d5b506a15676b74a02ecd78060042a447f408d94"
[[package]]
+name = "redis"
+version = "0.32.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "7f0f6a8c53351d89a3869a703459995a0bcadcfa846002707fbc7e5cca235c4a"
+dependencies = [
+ "combine",
+ "itoa",
+ "num-bigint",
+ "percent-encoding",
+ "ryu",
+ "sha1_smol",
+ "socket2",
+ "url",
+]
+
+[[package]]
name = "redox_syscall"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -3024,6 +3042,12 @@ dependencies = [
]
[[package]]
+name = "sha1_smol"
+version = "1.0.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
+
+[[package]]
name = "sharded-slab"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -3361,10 +3385,11 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
[[package]]
name = "teleia"
version = "0.1.0"
+source = "git+https://github.com/lcolonq/teleia#47ce5c2a8583f91711bdb4c69cd50021e6737595"
dependencies = [
"bimap",
"bincode",
- "bitflags 1.3.2",
+ "bitflags 2.8.0",
"byteorder",
"bytes",
"color-eyre",