feat: dyrend
This commit is contained in:
parent
cd19bbf37a
commit
2ce171e5ad
2 changed files with 8 additions and 3 deletions
|
|
@ -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
2
iced
|
|
@ -1 +1 @@
|
|||
Subproject commit 47e52f1ddfeb1c756e0cf2277006a72fe4524ec2
|
||||
Subproject commit 70aaa7f7e269d31a8e0dc23a2bbe5107205c6a40
|
||||
Loading…
Add table
Add a link
Reference in a new issue