# Objective - Since #4224, using labels which only refer to one system doesn't make sense. ## Solution - Remove some of those. ## Future work - We should remove the ability to use strings as system labels entirely. I haven't in this PR because there are tests which use this, and that's a lot of code to change. - The only use cases for labels are either intra-crate, which use #4224, or inter-crate, which should either use #4224 or explicit types. Neither of those should use strings. |
||
|---|---|---|
| .. | ||
| contributors.rs | ||
| many_sprites.rs | ||
| mesh2d_manual.rs | ||
| mesh2d.rs | ||
| move_sprite.rs | ||
| rect.rs | ||
| rotation.rs | ||
| sprite_flipping.rs | ||
| sprite_sheet.rs | ||
| sprite.rs | ||
| text2d.rs | ||
| texture_atlas.rs | ||