the-honkers-railway-launcher/Cargo.toml

44 lines
1.1 KiB
TOML
Raw Normal View History

2022-06-28 21:59:20 +00:00
[package]
name = "anime-game-launcher"
2023-04-12 13:50:25 +00:00
version = "3.4.1"
2022-06-28 21:59:20 +00:00
description = "Anime Game launcher"
authors = ["Nikita Podvirnyy <suimin.tu.mu.ga.mi@gmail.com>"]
license = "GPL-3.0"
edition = "2021"
build = "build.rs"
[profile.release]
strip = true
lto = true
opt-level = "s"
[build-dependencies]
glib-build-tools = "0.17"
2023-03-25 09:11:10 +00:00
[dependencies.anime-launcher-sdk]
# git = "https://github.com/an-anime-team/anime-launcher-sdk"
# tag = "0.5.17"
features = ["all", "genshin"]
2023-03-25 09:11:10 +00:00
path = "../anime-launcher-sdk" # ! for dev purposes only
2022-06-28 21:59:20 +00:00
[dependencies]
relm4 = { version = "0.6.0-alpha.2", features = ["macros", "libadwaita"] }
gtk = { package = "gtk4", version = "0.6", features = ["v4_8"] }
adw = { package = "libadwaita", version = "0.3", features = ["v1_2"] }
2023-04-09 15:58:23 +00:00
rfd = { version = "0.11", features = ["xdg-portal"], default-features = false }
2023-04-09 15:58:23 +00:00
open = "4.0"
2023-01-18 16:37:53 +00:00
tracing = "0.1"
tracing-subscriber = "0.3"
2023-01-18 16:37:53 +00:00
fluent-templates = "0.8"
unic-langid = "0.9"
lazy_static = "1.4.0"
anyhow = "1.0"
cached = { version = "0.42", features = ["proc_macro"] }
serde_json = "1"
md-5 = { version = "0.10", features = ["asm"] }