bevy/crates/bevy_window/src
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
..
event.rs format comments (#1612) 2021-03-11 00:27:30 +00:00
lib.rs Add EventWriter (#1575) 2021-03-07 20:42:04 +00:00
system.rs Add EventWriter (#1575) 2021-03-07 20:42:04 +00:00
window.rs Derive PartialEq for WindowMode (#1688) 2021-03-18 23:47:34 +00:00
windows.rs can change window settings at runtime (#644) 2020-10-15 11:42:19 -07:00