From 8c6d5532b3c994125bb923d6dbe5a835eae572c3 Mon Sep 17 00:00:00 2001 From: Michael Aaron Murphy Date: Thu, 18 Jan 2024 19:21:00 +0100 Subject: [PATCH] chore: disable wgpu again --- Cargo.lock | 9 ++++----- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7ae4bc7..af8ab84 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -106,9 +106,9 @@ dependencies = [ [[package]] name = "anstream" -version = "0.6.9" +version = "0.6.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fde6067df7359f2d6335ec1a50c1f8f825801687d10da0cc4c6b08e3f6afd15" +checksum = "6e2e1ebcb11de5c03c67de28a7df593d32191b44939c482e97702baaaa6ab6a5" dependencies = [ "anstyle", "anstyle-parse", @@ -2937,7 +2937,6 @@ dependencies = [ "iced_sctk", "iced_style", "iced_tiny_skia", - "iced_wgpu", "iced_widget", "lazy_static", "palette", @@ -5142,9 +5141,9 @@ dependencies = [ [[package]] name = "unicode-properties" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7f91c8b21fbbaa18853c3d0801c78f4fc94cdb976699bb03e832e75f7fd22f0" +checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291" [[package]] name = "unicode-script" diff --git a/Cargo.toml b/Cargo.toml index 2af04f9..cd69490 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ default-members = ["app"] [workspace.dependencies.libcosmic] git = "https://github.com/pop-os/libcosmic" -features = ["single-instance", "tokio", "wayland", "wgpu", "xdg-portal"] +features = ["single-instance", "tokio", "wayland", "xdg-portal"] [workspace.dependencies.cosmic-config] git = "https://github.com/pop-os/libcosmic"