bevy/release-content/migration-guides/sync_cell_utils.md
atlv d4985af7cb
refactor(utils): move SyncCell and SyncUnsafeCell to bevy_platform (#19305)
# Objective

- move SyncCell and SyncUnsafeCell to bevy_platform

## Solution

- move SyncCell and SyncUnsafeCell to bevy_platform

## Testing

- cargo clippy works
2025-05-27 04:57:26 +00:00

8 lines
252 B
Markdown

---
title: SyncCell and SyncUnsafeCell moved to bevy_platform
pull_requests: [19305]
---
`bevy_utils::synccell::SyncCell` is now `bevy_platform::cell::SyncCell`
`bevy_utils::syncunsafecell::SyncUnsafeCell` is now `bevy_platform::cell::SyncUnsafeCell`