diff --git a/Cargo.toml b/Cargo.toml index 52c067128..fd3b9274f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,11 +29,9 @@ asio-sys = { version = "0.2", path = "asio-sys", optional = true } num-traits = { version = "0.2.6", optional = true } parking_lot = "0.12" once_cell = "1.12" +windows-core = "0.50" windows-targets = "0.48" -[target.'cfg(target_os = "windows")'.dependencies.windows-core] -path = "/windows-rs/crates/libs/core" - [target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "netbsd"))'.dependencies] alsa = "0.7" libc = "0.2"