Skip to content

Commit

Permalink
Use published crate
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed May 31, 2023
1 parent 5f2fc1f commit c043615
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c043615

Please sign in to comment.