mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-11-22 12:56:06 +03:00
9ff00c7085
- added automatic downloading if you already clicked "download" button so e.g. you don't need to press "download" button two times to download the game and then download its voiceover - reduced amount of action calls - added "WIP" tooltips for progress pause buttons
30 lines
642 B
TOML
30 lines
642 B
TOML
[package]
|
|
name = "anime-game-launcher"
|
|
version = "0.3.1"
|
|
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
|
|
|
|
[build-dependencies]
|
|
gtk4 = "0.4"
|
|
|
|
[dependencies]
|
|
gtk4 = "0.4"
|
|
libadwaita = "0.1"
|
|
|
|
anime-game-core = { path = "anime-game-core", features = ["all", "static"] }
|
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
|
|
dirs = "4.0.0"
|
|
tokio = { version = "1.20", features = ["rt", "rt-multi-thread", "macros"] }
|
|
wait_not_await = "0.2.1"
|
|
regex = "1.6.0"
|
|
lazy_static = "1.4.0"
|