mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-02-16 22:28:14 +00:00
linux-rust: optimize for size and add cli options
This commit is contained in:
@@ -11,9 +11,20 @@ uuid = "1.18.1"
|
||||
log = "0.4.28"
|
||||
dbus = "0.9.9"
|
||||
hex = "0.4.3"
|
||||
iced = {version = "0.13.1", features = ["tokio", "auto-detect-theme"]}
|
||||
# iced = {version = "0.13.1", features = ["tokio", "auto-detect-theme"]}
|
||||
libpulse-binding = "2.30.1"
|
||||
ksni = "0.3.1"
|
||||
image = "0.25.8"
|
||||
imageproc = "0.25.0"
|
||||
ab_glyph = "0.2.32"
|
||||
ab_glyph = "0.2.32"
|
||||
clap = { version = "4.5.50", features = ["derive"] }
|
||||
|
||||
[profile.release]
|
||||
opt-level = "s"
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
panic = "abort"
|
||||
|
||||
[profile.release-stripped]
|
||||
inherits = "release"
|
||||
strip = true
|
||||
Reference in New Issue
Block a user