bevy/crates/bevy_window
Zaszi 0a875f647d Derive PartialEq for WindowMode (#1688)
Many a game will provide some sort of video settings where a window mode option is a common inclusion. I ran into problems, however, with [egui's](https://github.com/emilk/egui) `combo_box` that imposes a `PartialEq` necessity. Deriving the trait would fix this problem, and as this does not break any existing API it should be a non-controversial change.
2021-03-18 23:47:34 +00:00
..
src Derive PartialEq for WindowMode (#1688) 2021-03-18 23:47:34 +00:00
Cargo.toml release 0.4.0 (#1093) 2020-12-19 13:28:00 -06:00