From e706e44e0caf89b8b4609d140dd33480b6fb2a73 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 15 Dec 2023 15:24:42 -0700 Subject: [PATCH] Enable wgpu again --- Cargo.lock | 1 + Cargo.toml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 797144c..7f3e7b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3111,6 +3111,7 @@ dependencies = [ "iced_runtime", "iced_style", "iced_tiny_skia", + "iced_wgpu", "iced_widget", "iced_winit", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 2846ee8..a285af7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,8 @@ git = "https://github.com/jackpot51/systemicons" fork = "0.1" [features] -default = ["rfd"] +default = ["rfd", "wgpu"] +wgpu = ["libcosmic/wgpu"] [patch.crates-io] smithay-client-toolkit = { git = "https://github.com/pop-os/client-toolkit", branch = "wayland-resize" }