mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
fc4716f56c
# Objective - working with UI components in Bevy, I found myself wanting some of these common traits, like `PartialEq` for comparing simple types ## Solution - I added only (hopefully) uncontroversial `derive`s for some common UI types Note that many types, unfortunately, can't have `PartialEq` `derive`d for them, because they contain `f32`s and / or `Vec`s. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |