We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9d8e2e + 66ed6be commit f208797Copy full SHA for f208797
2 files changed
Cargo.toml
@@ -44,6 +44,9 @@ windows = { version = ">=0.58, <=0.62", features = [
44
"Win32_Media_Multimedia",
45
"Win32_UI_Shell_PropertiesSystem",
46
] }
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" }
50
audio_thread_priority = { version = "0.34.0", optional = true }
51
asio-sys = { version = "0.2", path = "asio-sys", optional = true }
52
num-traits = { version = "0.2.6", optional = true }
0 commit comments