From af951f86640437c36213b07675e5f13098554021 Mon Sep 17 00:00:00 2001 From: candifloss Date: Wed, 10 Dec 2025 16:28:30 +0530 Subject: [PATCH] Update `Cargo.toml` dependency to reduce binary size --- crates/popcorn/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/popcorn/Cargo.toml b/crates/popcorn/Cargo.toml index 1d69f59..13b208e 100644 --- a/crates/popcorn/Cargo.toml +++ b/crates/popcorn/Cargo.toml @@ -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"] }