Closed
Description
Just saw this TODO:
bevy/crates/bevy_winit/src/lib.rs
Lines 174 to 176 in b17f8a4
If it's something we want to do we can use the cfg_aliases
crate to make convenient aliases for cfg checks. It's an extra dependency, but not really because it's already used in GFX and WGPU and it's just a macro_rules macro that doesn't have any dependencies itself.
I could open a PR if that helps.