Update Cargo.toml dependency to reduce binary size
This commit is contained in:
parent
e56461d081
commit
af951f8664
@ -16,7 +16,7 @@ build = "build.rs"
|
|||||||
dirs = "6.0.0"
|
dirs = "6.0.0"
|
||||||
i-slint-backend-winit = "1.14.1"
|
i-slint-backend-winit = "1.14.1"
|
||||||
serde_json = "1.0.145"
|
serde_json = "1.0.145"
|
||||||
slint = "1.14.1"
|
slint = { version = "1.14.1", default-features = false, features = ["backend-winit", "renderer-software", "compat-1-2"]}
|
||||||
toml = "0.9.8"
|
toml = "0.9.8"
|
||||||
popcorn-conf = { path = "../popcorn-conf" }
|
popcorn-conf = { path = "../popcorn-conf" }
|
||||||
clap = { version = "4.5.53", features = ["derive"] }
|
clap = { version = "4.5.53", features = ["derive"] }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user