# 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. |
||
|---|---|---|
| .. | ||
| button.rs | ||
| image.rs | ||
| label.rs | ||
| mod.rs | ||
| text.rs | ||