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"] }