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:
Héctor Ramón Jiménez 2025-11-21 02:02:40 +01:00
parent a81f0a2459
commit 84e559813a
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
4 changed files with 11 additions and 7 deletions

View file

@ -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"]