This commit is contained in:
Observer KRypt0n_ 2023-09-28 17:49:27 +02:00
parent 4193fb94c8
commit 45b0c6cc9e

View file

@ -1,6 +1,6 @@
[package] [package]
name = "anime-launcher-sdk" name = "anime-launcher-sdk"
version = "1.11.1" version = "1.11.2"
authors = ["Nikita Podvirnyy <suimin.tu.mu.ga.mi@gmail.com>"] authors = ["Nikita Podvirnyy <suimin.tu.mu.ga.mi@gmail.com>"]
license = "GPL-3.0" license = "GPL-3.0"
readme = "README.md" readme = "README.md"
@ -9,7 +9,7 @@ edition = "2021"
[dependencies.anime-game-core] [dependencies.anime-game-core]
git = "https://github.com/an-anime-team/anime-game-core" git = "https://github.com/an-anime-team/anime-game-core"
tag = "1.15.1" tag = "1.16.0"
features = ["all"] features = ["all"]
# path = "../anime-game-core" # ! for dev purposes only # path = "../anime-game-core" # ! for dev purposes only
@ -21,11 +21,11 @@ tracing = "0.1"
serde = { version = "1.0", features = ["derive"], optional = true } serde = { version = "1.0", features = ["derive"], optional = true }
serde_json = { version = "1.0", optional = true } serde_json = { version = "1.0", optional = true }
cached = { version = "0.44", features = ["proc_macro"] } cached = { version = "0.46", features = ["proc_macro"] }
enum-ordinalize = { version = "3.1", optional = true } enum-ordinalize = { version = "3.1", optional = true }
wincompatlib = { version = "0.7.3", features = ["all"], optional = true } wincompatlib = { version = "0.7.3", features = ["all"], optional = true }
lazy_static = { version = "1.4", optional = true } lazy_static = { version = "1.4.0", optional = true }
md-5 = { version = "0.10", features = ["asm"], optional = true } md-5 = { version = "0.10", features = ["asm"], optional = true }
discord-rich-presence = { version = "0.2.3", optional = true } discord-rich-presence = { version = "0.2.3", optional = true }