Back to Bevy

`define_atomic_id` now lives in `bevy_utils`

release-content/migration-guides/define_atomic_id.md

0.18.1175 B
Original Source

define_atomic_id was moved out of bevy_render and into bevy_utils. If you were using bevy::render::define_atomic_id, you can update to bevy::utils::define_atomic_id.