Update Cargo.toml dependency to reduce binary size

This commit is contained in:
Candifloss 2025-12-10 16:28:30 +05:30
parent e56461d081
commit af951f8664

View File

@ -16,7 +16,7 @@ build = "build.rs"
dirs = "6.0.0"
i-slint-backend-winit = "1.14.1"
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"
popcorn-conf = { path = "../popcorn-conf" }
clap = { version = "4.5.53", features = ["derive"] }