Skip to content

Commit f208797

Browse files
committed
Merge remote-tracking branch 'sidit77/master' into audio-device-fix-updated
2 parents c9d8e2e + 66ed6be commit f208797

2 files changed

Lines changed: 206 additions & 97 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ windows = { version = ">=0.58, <=0.62", features = [
4444
"Win32_Media_Multimedia",
4545
"Win32_UI_Shell_PropertiesSystem",
4646
] }
47+
# Explicitly depend on windows-core for use with the `windows::core::implement` macro.
48+
# Ensure this is the same version as the `windows` dependency.
49+
windows-core = { version = ">0.58, <=0.62" }
4750
audio_thread_priority = { version = "0.34.0", optional = true }
4851
asio-sys = { version = "0.2", path = "asio-sys", optional = true }
4952
num-traits = { version = "0.2.6", optional = true }

0 commit comments

Comments
 (0)