We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04c8eaa commit 2517c28Copy full SHA for 2517c28
Cargo.toml
@@ -60,7 +60,7 @@ windows = { version = ">=0.61, <=0.62", features = [
60
] }
61
# Explicitly depend on windows-core for use with the `windows::core::implement` macro.
62
# Ensure this is the same version as the `windows` dependency.
63
-windows-core = { version = ">0.58, <=0.62" }
+windows-core = "*"
64
audio_thread_priority = { version = "0.34.0", optional = true }
65
asio-sys = { version = "0.2", path = "asio-sys", optional = true }
66
num-traits = { version = "0.2.6", optional = true }
0 commit comments