reduce size of binary, remove notify-rust dep
This commit is contained in:
parent
87045180dc
commit
b58c2df1d9
15 changed files with 2104 additions and 1101 deletions
|
|
@ -24,7 +24,6 @@ clap = { version = "4", features = ["derive"] }
|
|||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
wl-clipboard-rs = "0.9.3"
|
||||
notify-rust = "4"
|
||||
wayland-client = "0.31"
|
||||
wayland-protocols-wlr = { version = "0.2", features = ["client"] }
|
||||
wayland-protocols = { version = "0.31", features = ["client", "staging", "unstable"] }
|
||||
|
|
@ -38,9 +37,16 @@ thiserror = "1"
|
|||
anyhow = "1"
|
||||
libc = "0.2"
|
||||
tempfile = "3"
|
||||
bitflags = "2"
|
||||
gbm = "0.18"
|
||||
memmap2 = "0.9"
|
||||
ab_glyph = { version = "0.2", optional = true }
|
||||
eframe = { version = "0.29", features = ["wayland"], optional = true }
|
||||
egui = { version = "0.29", optional = true }
|
||||
egui_extras = { version = "0.29", features = ["image"], optional = true }
|
||||
|
||||
[profile.release]
|
||||
lto = "fat"
|
||||
codegen-units = 1
|
||||
strip = true
|
||||
panic = "abort"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue