chore: update iced

This commit is contained in:
Ashley Wulber 2023-01-06 11:45:59 -05:00 committed by Jeremy Soller
parent 0f417eb89e
commit 1554a1ee03
3 changed files with 9 additions and 10 deletions

View file

@ -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

View file

@ -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]

2
iced

@ -1 +1 @@
Subproject commit 9984f4459e594f139015e1aee31b28730b97c610
Subproject commit fb31dfb6cacad5fb26773f82069f1b65bbd7c99d