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
e027e4b320
commit
a4d7df1c1d
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"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "1f559b464de2e2bdabcac6a210d12e9b5a5973c251e102c44c585c71d51bd78e"
|
checksum = "1f559b464de2e2bdabcac6a210d12e9b5a5973c251e102c44c585c71d51bd78e"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if 1.0.0",
|
"cfg-if 0.1.10",
|
||||||
"rand 0.8.4",
|
"rand 0.8.4",
|
||||||
"static_assertions",
|
"static_assertions",
|
||||||
]
|
]
|
||||||
@ -6246,7 +6246,6 @@ dependencies = [
|
|||||||
"conrod_core",
|
"conrod_core",
|
||||||
"conrod_winit",
|
"conrod_winit",
|
||||||
"copy_dir",
|
"copy_dir",
|
||||||
"coreaudio-sys",
|
|
||||||
"cpal",
|
"cpal",
|
||||||
"criterion",
|
"criterion",
|
||||||
"crossbeam-channel",
|
"crossbeam-channel",
|
||||||
|
@ -126,9 +126,6 @@ profiling = { version = "1.0.1", default-features = false, optional = true }
|
|||||||
|
|
||||||
[target.'cfg(target_os = "macos")'.dependencies]
|
[target.'cfg(target_os = "macos")'.dependencies]
|
||||||
dispatch = "0.1.4"
|
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]
|
[target.'cfg(windows)'.build-dependencies]
|
||||||
winres = "0.1"
|
winres = "0.1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user