From 7a4b5d36094ac80df93a2dc33deffac708200cda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Tue, 25 Nov 2025 10:23:24 +0100 Subject: [PATCH] Disable `default-features` of `window_clipboard` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6b6e6e67..1d90052a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -234,7 +234,7 @@ wasmtimer = "0.4.1" web-sys = "0.3.69" web-time = "1.1" wgpu = { version = "27.0", default-features = false, features = ["std", "wgsl"] } -window_clipboard = "0.5" +window_clipboard = { version = "0.5", default-features = false } winit = { git = "https://github.com/iced-rs/winit.git", rev = "05b8ff17a06562f0a10bb46e6eaacbe2a95cb5ed", default-features = false, features = ["rwh_06"] } [workspace.lints.rust]