
# Objective - move SyncCell and SyncUnsafeCell to bevy_platform ## Solution - move SyncCell and SyncUnsafeCell to bevy_platform ## Testing - cargo clippy works
252 B
252 B
title | pull_requests | |
---|---|---|
SyncCell and SyncUnsafeCell moved to bevy_platform |
|
bevy_utils::synccell::SyncCell
is now bevy_platform::cell::SyncCell
bevy_utils::syncunsafecell::SyncUnsafeCell
is now bevy_platform::cell::SyncUnsafeCell