bevy/crates/bevy_image
noxmore c84a808f80
Derive PartialEq for ImageSampler (#19105)
# Objective

Ran into a situation where I need to compare two image samplers. My
current workaround is to compare the `Debug` outputs

## Solution

Derive `PartialEq` on `ImageSampler` and structs in its fields.

## Testing

Full CI passed.
2025-05-26 17:31:21 +00:00
..
src Derive PartialEq for ImageSampler (#19105) 2025-05-26 17:31:21 +00:00
Cargo.toml Simplify bevy_utils Features (#19090) 2025-05-24 01:46:11 +00:00
LICENSE-APACHE Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
LICENSE-MIT Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00