mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2024-11-22 12:49:02 +03:00
aa3d7c3ffd
- fixed panicing when DXVK is not applied (`Config::try_get_selected_dxvk_info`) - removed 100 option from fps unlocker From previous commits: - added support for FPS unlocker - added support for system wine during initial setup - added usage of xdg-portals for folders chooser during initial setup - fixed DXVK applying using system wine
33 lines
697 B
TOML
33 lines
697 B
TOML
[package]
|
|
name = "anime-game-launcher"
|
|
version = "1.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"
|
|
|
|
[profile.release]
|
|
strip = true
|
|
lto = true
|
|
opt-level = 3
|
|
|
|
[build-dependencies]
|
|
gtk4 = "0.4"
|
|
|
|
[dependencies]
|
|
gtk4 = "0.4"
|
|
libadwaita = "0.1"
|
|
rfd = { version = "0.10", features = ["xdg-portal"], default-features = false }
|
|
|
|
anime-game-core = { path = "anime-game-core", features = ["all", "static", "genshin"] }
|
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
|
|
dirs = "4.0.0"
|
|
wait_not_await = "0.2.1"
|
|
regex = "1.6.0"
|
|
lazy_static = "1.4.0"
|
|
anyhow = "1.0"
|
|
md5 = "0.7"
|