Updated wincompatlib with fixed dxvk 2.0 identification

This commit is contained in:
Observer KRypt0n_ 2022-12-07 21:52:55 +02:00
parent 82fc7a1630
commit fb28ecf7b1
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -1663,9 +1663,9 @@ dependencies = [
[[package]]
name = "regex"
version = "1.6.0"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
dependencies = [
"aho-corasick",
"memchr",
@ -2305,9 +2305,9 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "wincompatlib"
version = "0.1.2"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34cd4c8511402616780eeb46726ca69ad958c4ba123398389ce306552428b715"
checksum = "97590075376c0862f23566ab10bdbb553bfd97bd86c0a20ce55bb24925273c82"
dependencies = [
"regex",
]

View file

@ -21,7 +21,7 @@ adw = { package = "libadwaita", version = "0.2", features = ["v1_2"] }
rfd = { version = "0.10", features = ["xdg-portal"], default-features = false }
anime-game-core = { path = "anime-game-core", features = ["all", "static", "genshin"] }
wincompatlib = { version = "0.1.2", features = ["dxvk"] }
wincompatlib = { version = "0.1.3", features = ["dxvk"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"