mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Remove explicit coreaudio-sys version since we no longer rely on having the older version pinned (in fact it was already updated to the latest version)
This commit is contained in:
parent
4dca33a31f
commit
bb26008074
3
Cargo.lock
generated
3
Cargo.lock
generated
@ -5780,7 +5780,7 @@ version = "1.6.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1f559b464de2e2bdabcac6a210d12e9b5a5973c251e102c44c585c71d51bd78e"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
"cfg-if 0.1.10",
|
||||
"rand 0.8.4",
|
||||
"static_assertions",
|
||||
]
|
||||
@ -6246,7 +6246,6 @@ dependencies = [
|
||||
"conrod_core",
|
||||
"conrod_winit",
|
||||
"copy_dir",
|
||||
"coreaudio-sys",
|
||||
"cpal",
|
||||
"criterion",
|
||||
"crossbeam-channel",
|
||||
|
@ -126,9 +126,6 @@ profiling = { version = "1.0.1", default-features = false, optional = true }
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
dispatch = "0.1.4"
|
||||
# This needs to be backdated for the OSX build, potentially because the SDK is not OSX 11.0 compatible yet.
|
||||
# This line should be removed when possible because coreaudio-sys is not a direct dep of voxygen.
|
||||
coreaudio-sys = { version = "=0.2.8", default-features = false }
|
||||
|
||||
[target.'cfg(windows)'.build-dependencies]
|
||||
winres = "0.1"
|
||||
|
Loading…
Reference in New Issue
Block a user