the-honkers-railway-launcher/Cargo.toml
Observer KRypt0n_ 8bec171c5d
Changed config file format and struture
- added `Config::try_get_wine_executable` method
- fixed launher freezing when running the game
2022-07-01 12:20:08 +02:00

19 lines
414 B
TOML

[package]
name = "anime-game-launcher"
version = "0.1.0"
description = "Anime Game launcher"
authors = ["Nikita Podvirnyy <suimin.tu.mu.ga.mi@gmail.com>"]
license = "GPL-3.0"
edition = "2021"
build = "build.rs"
[dependencies]
gtk4 = "0.4"
libadwaita = "0.1"
anime-game-core = { path = "anime-game-core", features = ["all"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
dirs = "4.0.0"