iced-rs / iced

A cross-platform GUI library for Rust, inspired by Elm
https://iced.rs
MIT License
26.34k stars 1.28k forks source link

Add an option for the wgpu feature to disable the default backends. #2828

Open dtzxporter opened 1 month ago

dtzxporter commented 1 month ago

Allows significant reduction in binary size on platforms with multiple backends.

dtzxporter commented 1 month ago

Fixed for latest wgpu update.