mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2024-11-22 12:49:02 +03:00
c3a6cf37de
- updated core library; now launcher will check available free space before downloading anything - added dxvk 1.10.3 From previous commits: - added `WINEARCH=win64` to some places - added `devel` style to `FirstRunApp` if it's debug mode - changed app's id - added xdelta3 requirement during initial setup - added wine & dxvk version selection during initial setup - added "Open launcher folder" button to settings - removed `glib::Downgrade` trait from all the `App`s' `Value`s - removed `tasks` mod; removed `tokio` dependency; rewritten `OpenPreferencesPage` to work with threads instead of futures - added `opt-level = 3` to release profile - upscaled logo to 512x512; added source link - bundled all the UI files into gtk resources
30 lines
579 B
TOML
30 lines
579 B
TOML
[package]
|
|
name = "anime-game-launcher"
|
|
version = "0.6.2"
|
|
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"
|
|
|
|
anime-game-core = { path = "anime-game-core", features = ["all", "static"] }
|
|
|
|
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"
|