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
|
|
@ -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 = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue