-
Notifications
You must be signed in to change notification settings - Fork 8
/
Cargo.toml
49 lines (39 loc) · 1.27 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[package]
name = "honkers-launcher"
version = "1.10.2"
description = "Honkers launcher"
authors = ["Nikita Podvirnyi <[email protected]>"]
homepage = "https://github.com/an-anime-team/honkers-launcher"
repository = "https://github.com/an-anime-team/honkers-launcher"
license = "GPL-3.0"
edition = "2021"
build = "build.rs"
[profile.release]
strip = true
lto = true
opt-level = "s"
[build-dependencies]
glib-build-tools = "0.20"
[dependencies.anime-launcher-sdk]
git = "https://github.com/an-anime-team/anime-launcher-sdk"
tag = "1.24.0"
features = ["all", "honkai", "honkai-patch"]
# path = "../anime-launcher-sdk" # ! for dev purposes only
[dependencies]
relm4 = { version = "0.9.0", features = ["macros", "libadwaita"] }
gtk = { package = "gtk4", version = "0.9.0", features = ["v4_12"] }
adw = { package = "libadwaita", version = "0.7.0", features = ["v1_4"] }
rfd = { version = "0.15.0", features = ["xdg-portal", "tokio"], default-features = false }
open = "5.3.0"
whatadistro = "0.1.0"
serde_json = "1.0"
anyhow = "1.0"
lazy_static = "1.5.0"
cached = { version = "0.53", features = ["proc_macro"] }
md-5 = { version = "0.10", features = ["asm"] }
enum-ordinalize = "4.3"
tracing = "0.1"
tracing-subscriber = "0.3"
fluent-templates = "0.11"
unic-langid = "0.9"
human-panic = "2.0.1"