From c04361506c5f01b40c26efe7d1359b3ba5578062 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Wed, 31 May 2023 17:10:33 +0200 Subject: [PATCH] Use published crate --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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"