record-daemon: obs-context refactoring, gpu detection code
record-daemon / Build, check and test (push) Failing after 48s

This commit is contained in:
2026-03-21 18:54:01 +01:00
parent 5d4fecc108
commit 8e885ffc64
5 changed files with 262 additions and 141 deletions
+12 -1
View File
@@ -2439,6 +2439,7 @@ dependencies = [
"tracing-subscriber",
"uuid",
"winapi 0.3.9",
"winreg 0.56.0",
]
[[package]]
@@ -2548,7 +2549,7 @@ dependencies = [
"wasm-bindgen-futures",
"web-sys",
"webpki-roots 0.25.4",
"winreg",
"winreg 0.50.0",
]
[[package]]
@@ -4525,6 +4526,16 @@ dependencies = [
"windows-sys 0.48.0",
]
[[package]]
name = "winreg"
version = "0.56.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d6f32a0ff4a9f6f01231eb2059cc85479330739333e0e58cadf03b6af2cca10"
dependencies = [
"cfg-if 1.0.4",
"windows-sys 0.61.2",
]
[[package]]
name = "wit-bindgen"
version = "0.51.0"