feat: dyrend

This commit is contained in:
Ashley Wulber 2023-01-18 19:01:16 -05:00 committed by Jeremy Soller
parent cd19bbf37a
commit 2ce171e5ad
2 changed files with 8 additions and 3 deletions

View file

@ -7,10 +7,11 @@ edition = "2021"
name = "cosmic"
[features]
default = ["softbuffer", "winit", "tokio"]
default = ["dyrend", "winit", "tokio"]
debug = ["iced/debug"]
softbuffer = ["iced/softbuffer", "iced_softbuffer"]
wayland = ["iced/wayland", "iced/glow", "iced_sctk"]
dyrend = ["iced/dyrend"]
wayland = ["iced/wayland", "iced/dyrend", "iced_sctk"]
wgpu = ["iced/wgpu", "iced_wgpu"]
tokio = ["dep:tokio", "iced/tokio"]
winit = ["iced/winit", "iced_winit"]
@ -49,6 +50,10 @@ path = "iced/native"
path = "iced/softbuffer"
optional = true
[dependencies.iced_dyrend]
path = "iced/dyrend"
optional = true
[dependencies.iced_style]
path = "iced/style"

2
iced

@ -1 +1 @@
Subproject commit 47e52f1ddfeb1c756e0cf2277006a72fe4524ec2
Subproject commit 70aaa7f7e269d31a8e0dc23a2bbe5107205c6a40