record-daemon: obs-context refactoring, gpu detection code
Some checks failed
record-daemon / Build, check and test (push) Failing after 48s
Some checks failed
record-daemon / Build, check and test (push) Failing after 48s
This commit is contained in:
@@ -77,7 +77,8 @@ signal-hook-tokio = { version = "0.4", features = ["futures-v0_3"] }
|
||||
|
||||
# Windows-specific dependencies
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
winapi = { version = "0.3", features = ["winuser"] }
|
||||
winapi = { version = "0.3", features = ["winuser", "winreg", "winnt"] }
|
||||
winreg = "0.56"
|
||||
|
||||
[dev-dependencies]
|
||||
# Testing utilities
|
||||
|
||||
Reference in New Issue
Block a user