Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
promote atlas sources texture_ids to pub visibility (bevyengine#15795)
In order to create texture atlases from other systems (custom game solutions) that are compatible with the ones generated by the bevy builders, it would be nice to have the interface be fully public. This field is pub(crate). Unless there's a good reason, can we promote this to pub? Alternatives: - Don't do it.
- Loading branch information