mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Windows cpal conflict fix not released yet so we need to use the git version
This commit is contained in:
parent
a0d88e0774
commit
7ab4f71b83
3
Cargo.lock
generated
3
Cargo.lock
generated
@ -5131,8 +5131,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "winit"
|
||||
version = "0.22.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1e4ccbf7ddb6627828eace16cacde80fc6bf4dbb3469f88487262a02cf8e7862"
|
||||
source = "git+https://github.com/rust-windowing/winit.git?rev=6919c2fb2d45dc4063c9ef52a69d857ed30657c7#6919c2fb2d45dc4063c9ef52a69d857ed30657c7"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"cocoa 0.20.2",
|
||||
|
@ -72,3 +72,7 @@ debug = false
|
||||
[profile.releasedebuginfo]
|
||||
inherits = 'release'
|
||||
debug = 1
|
||||
|
||||
# cpal conflict fix isn't released yet
|
||||
[patch.crates-io]
|
||||
winit = { git = "https://github.com/rust-windowing/winit.git", rev = "6919c2fb2d45dc4063c9ef52a69d857ed30657c7" }
|
||||
|
Loading…
Reference in New Issue
Block a user