mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-02-19 00:31:45 +03:00
1.2.3 (bugfix)
- fixed dxvk 2.0 version identification
This commit is contained in:
parent
fb28ecf7b1
commit
219bac46f1
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
# 1.2.3 (bugfix)
|
||||
|
||||
- fixed dxvk 2.0 version identification
|
||||
|
||||
# 1.2.2
|
||||
|
||||
- updated core library with a few fixes
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -52,7 +52,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "anime-game-launcher"
|
||||
version = "1.2.2"
|
||||
version = "1.2.3"
|
||||
dependencies = [
|
||||
"anime-game-core",
|
||||
"anyhow",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "anime-game-launcher"
|
||||
version = "1.2.2"
|
||||
version = "1.2.3"
|
||||
description = "Anime Game launcher"
|
||||
authors = ["Nikita Podvirnyy <suimin.tu.mu.ga.mi@gmail.com>"]
|
||||
license = "GPL-3.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue