2026-04-16 00:29:43 +02:00
|
|
|
[package]
|
|
|
|
|
name = "kira-installer"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2024"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2026-04-28 23:53:50 +02:00
|
|
|
blocking = "1.6"
|
2026-04-17 20:15:44 +02:00
|
|
|
iced = { version = "0.14", features = ["smol", "image"] }
|
2026-04-23 00:44:01 +02:00
|
|
|
iced_moving_picture = "0"
|
2026-04-16 00:29:43 +02:00
|
|
|
rust-i18n = "3"
|
|
|
|
|
toml = "1"
|
2026-04-22 14:21:24 +02:00
|
|
|
|
|
|
|
|
[profile.release]
|
2026-05-01 00:29:15 +02:00
|
|
|
#lto = true
|
|
|
|
|
codegen-units = 16
|
2026-04-22 14:21:24 +02:00
|
|
|
opt-level = 3
|
|
|
|
|
strip = true
|