mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
0a875f647d
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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |