From fb28ecf7b19f142131aa42c623de23bf1f1c7d94 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Wed, 7 Dec 2022 21:52:55 +0200 Subject: [PATCH] Updated wincompatlib with fixed dxvk 2.0 identification --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 10e28af..496b4b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", ] diff --git a/Cargo.toml b/Cargo.toml index 667f42f..a882a89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"