mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-02-22 10:19:14 +03:00
feat(core): updated SDK
This commit is contained in:
parent
feca65b326
commit
9793958220
2 changed files with 5 additions and 5 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -48,8 +48,8 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "anime-game-core"
|
||||
version = "1.10.2"
|
||||
source = "git+https://github.com/an-anime-team/anime-game-core?tag=1.10.2#359467cc765b371f74ac54b6d5aa1815e2c07cea"
|
||||
version = "1.10.3"
|
||||
source = "git+https://github.com/an-anime-team/anime-game-core?tag=1.10.3#045a5442a8d4d15326abbd3c294ec934603947d1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bzip2",
|
||||
|
@ -96,8 +96,8 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "anime-launcher-sdk"
|
||||
version = "1.4.4"
|
||||
source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=1.4.4#2490641aae3f137e2b6736a8b0b5503544320f3b"
|
||||
version = "1.4.5"
|
||||
source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=1.4.5#af03ab65d4350b35711d9ce118702844f79daf9e"
|
||||
dependencies = [
|
||||
"anime-game-core",
|
||||
"anyhow",
|
||||
|
|
|
@ -17,7 +17,7 @@ glib-build-tools = "0.17"
|
|||
|
||||
[dependencies.anime-launcher-sdk]
|
||||
git = "https://github.com/an-anime-team/anime-launcher-sdk"
|
||||
tag = "1.4.4"
|
||||
tag = "1.4.5"
|
||||
features = ["all", "genshin"]
|
||||
|
||||
# path = "../anime-launcher-sdk" # ! for dev purposes only
|
||||
|
|
Loading…
Add table
Reference in a new issue