
# Objective - move SyncCell and SyncUnsafeCell to bevy_platform ## Solution - move SyncCell and SyncUnsafeCell to bevy_platform ## Testing - cargo clippy works
8 lines
252 B
Markdown
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`
|