diff --git a/Cargo.toml b/Cargo.toml index e9aed0c..35ac7bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/iced b/iced index 47e52f1..70aaa7f 160000 --- a/iced +++ b/iced @@ -1 +1 @@ -Subproject commit 47e52f1ddfeb1c756e0cf2277006a72fe4524ec2 +Subproject commit 70aaa7f7e269d31a8e0dc23a2bbe5107205c6a40