Add x11 and wayland feature flags
This commit is contained in:
parent
7edd3095db
commit
0a75f399a8
8 changed files with 39 additions and 62 deletions
|
|
@ -17,6 +17,8 @@ workspace = true
|
|||
image = ["iced_graphics/image"]
|
||||
svg = ["iced_graphics/svg", "resvg"]
|
||||
geometry = ["iced_graphics/geometry"]
|
||||
x11 = ["softbuffer/x11"]
|
||||
wayland = ["softbuffer/wayland"]
|
||||
|
||||
[dependencies]
|
||||
iced_debug.workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue