This commit is contained in:
Observer KRypt0n_ 2023-04-23 18:02:37 +02:00
parent e640dd9c60
commit 9517040a7d
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2

View file

@ -1,17 +1,17 @@
[package] [package]
name = "anime-launcher-sdk" name = "anime-launcher-sdk"
version = "1.0.12" version = "1.1.0"
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"
edition = "2021" 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.7.4" tag = "1.8.0"
features = ["all"] features = ["all"]
path = "../anime-game-core" # ! for dev purposes only # path = "../anime-game-core" # ! for dev purposes only
[dependencies] [dependencies]
anyhow = { version = "1.0", features = ["backtrace"] } anyhow = { version = "1.0", features = ["backtrace"] }