From 1554a1ee0352263920a92ed23475d2960fc5b53a Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Fri, 6 Jan 2023 11:45:59 -0500 Subject: [PATCH] chore: update iced --- .github/workflows/ci.yml | 6 +++--- Cargo.toml | 11 +++++------ iced | 2 +- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2959e3a4..25553ba8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,9 +41,9 @@ jobs: fail-fast: false matrix: features: - - 'winit_swbuf debug' - - 'winit_swbuf tokio' - - winit_swbuf + - 'winit_softbuffer debug' + - 'winit_softbuffer tokio' + - winit_softbuffer - winit_wgpu - wayland - applet diff --git a/Cargo.toml b/Cargo.toml index 88dff9f0..0ba6419e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,17 +7,16 @@ edition = "2021" name = "cosmic" [features] -default = ["swbuf", "winit", "tokio"] +default = ["softbuffer", "winit", "tokio"] debug = ["iced/debug"] -swbuf = ["iced/swbuf", "iced_swbuf"] +softbuffer = ["iced/softbuffer", "iced_softbuffer"] wayland = ["iced/wayland", "iced/glow"] wgpu = ["iced/wgpu", "iced_wgpu"] tokio = ["iced/tokio"] winit = ["iced/winit", "iced_winit"] applet = ["cosmic-panel-config", "sctk", "wayland"] -winit_swbuf = ["winit", "swbuf"] +winit_softbuffer = ["winit", "softbuffer"] winit_wgpu = ["winit", "wgpu"] - [dependencies] freedesktop-icons = "0.2.2" apply = "0.3.0" @@ -45,8 +44,8 @@ path = "iced/lazy" [dependencies.iced_native] path = "iced/native" -[dependencies.iced_swbuf] -path = "iced/swbuf" +[dependencies.iced_softbuffer] +path = "iced/softbuffer" optional = true [dependencies.iced_style] diff --git a/iced b/iced index 9984f445..fb31dfb6 160000 --- a/iced +++ b/iced @@ -1 +1 @@ -Subproject commit 9984f4459e594f139015e1aee31b28730b97c610 +Subproject commit fb31dfb6cacad5fb26773f82069f1b65bbd7c99d