Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
bevyengine
GitHub Repository: bevyengine/bevy
Path: blob/main/release-content/migration-guides/define_atomic_id.md
9356 views
---
title: "`define_atomic_id` now lives in `bevy_utils`" pull_requests: [22417]
---

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.