25 lines
457 B
TOML
25 lines
457 B
TOML
[package]
|
|
name = "kira-installer"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
blocking = "1.6"
|
|
iced = { version = "0.14", default-features = false, features = ["crisp", "linux-theme-detection", "wgpu", "x11", "wayland", "smol", "image"] }
|
|
iced_moving_picture = "0"
|
|
log = "0.4"
|
|
rust-i18n = "3"
|
|
time-format = "1.2"
|
|
toml = "1"
|
|
|
|
[dev-dependencies]
|
|
rand = "0.10"
|
|
|
|
[profile.release]
|
|
#lto = true
|
|
debug = false
|
|
codegen-units = 16
|
|
opt-level = 3
|
|
strip = true
|
|
|