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

@ -23,7 +23,7 @@ image = ["iced_renderer/image"]
svg = ["iced_renderer/svg"]
canvas = ["iced_renderer/geometry"]
qr_code = ["canvas", "dep:qrcode"]
wgpu = ["iced_renderer/wgpu"]
wgpu = ["iced_renderer/wgpu-bare"]
markdown = ["dep:pulldown-cmark", "dep:url"]
highlighter = ["dep:iced_highlighter"]
advanced = []