- cummulative update with the new core library
  containing fix for the honkers game updating
This commit is contained in:
Observer KRypt0n_ 2023-05-18 18:47:39 +02:00
parent 920f55dff3
commit c26fe8a3d5
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2

View file

@ -1,6 +1,6 @@
[package] [package]
name = "anime-launcher-sdk" name = "anime-launcher-sdk"
version = "1.2.4" version = "1.2.5"
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"
@ -8,7 +8,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.8.1" tag = "1.8.2"
features = ["all"] features = ["all"]
# path = "../anime-game-core" # ! for dev purposes only # path = "../anime-game-core" # ! for dev purposes only
@ -46,5 +46,16 @@ sessions = []
environment-emulation = [] environment-emulation = []
fps-unlocker = ["dep:md-5"] fps-unlocker = ["dep:md-5"]
all = ["states", "config", "components", "game", "discord-rpc", "sandbox", "sessions", "environment-emulation", "fps-unlocker"] all = [
"states",
"config",
"components",
"game",
"discord-rpc",
"sandbox",
"sessions",
"environment-emulation",
"fps-unlocker"
]
default = ["all"] default = ["all"]