bevy/crates/bevy_image/src
Rob Parrett 30d84519a2
Use en-us locale for typos (#16037)
# Objective

Bevy seems to want to standardize on "American English" spellings. Not
sure if this is laid out anywhere in writing, but see also #15947.

While perusing the docs for `typos`, I noticed that it has a `locale`
config option and tried it out.

## Solution

Switch to `en-us` locale in the `typos` config and run `typos -w`

## Migration Guide

The following methods or fields have been renamed from `*dependants*` to
`*dependents*`.

- `ProcessorAssetInfo::dependants`
- `ProcessorAssetInfos::add_dependant`
- `ProcessorAssetInfos::non_existent_dependants`
- `AssetInfo::dependants_waiting_on_load`
- `AssetInfo::dependants_waiting_on_recursive_dep_load`
- `AssetInfos::loader_dependants`
- `AssetInfos::remove_dependants_and_labels`
2024-10-20 18:55:17 +00:00
..
basis.rs Split off bevy_image from bevy_render (#15650) 2024-10-04 20:16:47 +00:00
compressed_image_saver.rs Move ImageLoader and CompressedImageSaver to bevy_image. (#15812) 2024-10-15 02:18:10 +00:00
dds.rs Split off bevy_image from bevy_render (#15650) 2024-10-04 20:16:47 +00:00
exr_texture_loader.rs Remove thiserror from bevy_image (#15771) 2024-10-09 14:23:53 +00:00
hdr_texture_loader.rs Remove thiserror from bevy_image (#15771) 2024-10-09 14:23:53 +00:00
image_loader.rs Remove AVIF feature (#15973) 2024-10-17 19:47:28 +00:00
image_texture_conversion.rs Use en-us locale for typos (#16037) 2024-10-20 18:55:17 +00:00
image.rs Mute unreachable patterns/code warnings (#16012) 2024-10-20 14:27:02 +00:00
ktx2.rs Fix *most* clippy lints (#15906) 2024-10-14 20:52:35 +00:00
lib.rs Move ImageLoader and CompressedImageSaver to bevy_image. (#15812) 2024-10-15 02:18:10 +00:00