Add wgpu-bare feature flag to disable default wgpu features
Co-authored-by: dtzxporter <dtzxporter@users.noreply.github.com> Co-authored-by: Stefan Tammer <st.tammer@gmail.com>
This commit is contained in:
parent
a81f0a2459
commit
84e559813a
4 changed files with 11 additions and 7 deletions
|
|
@ -18,6 +18,7 @@ rustdoc-args = ["--cfg", "docsrs"]
|
|||
all-features = true
|
||||
|
||||
[features]
|
||||
default = ["wgpu/default"]
|
||||
geometry = ["iced_graphics/geometry", "lyon"]
|
||||
image = ["iced_graphics/image"]
|
||||
svg = ["iced_graphics/svg", "resvg/text"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue