Add application feature, which allows to build freestanding wgpu app
This commit is contained in:
parent
3c2a8b70ad
commit
78c9d5bedf
4 changed files with 10 additions and 1 deletions
|
|
@ -13,7 +13,9 @@ categories = ["gui"]
|
|||
resolver = "2"
|
||||
|
||||
[features]
|
||||
default = ["wgpu"]
|
||||
default = ["wgpu", "application"]
|
||||
# Enables the building the application modules
|
||||
application = ["iced_winit/application"]
|
||||
# Enables the `Image` widget
|
||||
image = ["iced_wgpu/image", "image_rs"]
|
||||
# Enables the `Svg` widget
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue