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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue