From 43de23e94a30a79f09e484b8b39b0a1f6d0efbcb Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Tue, 27 Feb 2024 02:29:03 -0500 Subject: [PATCH] fix: disable wgpu feature for tiling applet this seems to resolve recent performance issues for the panel --- Cargo.lock | 1 - cosmic-applet-tiling/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ff7565e3..3507d8f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3218,7 +3218,6 @@ dependencies = [ "iced_sctk", "iced_style", "iced_tiny_skia", - "iced_wgpu", "iced_widget", "lazy_static", "nix 0.27.1", diff --git a/cosmic-applet-tiling/Cargo.toml b/cosmic-applet-tiling/Cargo.toml index 026b1a92..b8a6918f 100644 --- a/cosmic-applet-tiling/Cargo.toml +++ b/cosmic-applet-tiling/Cargo.toml @@ -15,7 +15,6 @@ libcosmic.features = [ "desktop", "tokio", "wayland", - "wgpu" ] cosmic-time.workspace = true cctk.workspace = true