bevy/crates/bevy_platform/src
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
..
cell refactor(utils): move SyncCell and SyncUnsafeCell to bevy_platform (#19305) 2025-05-27 04:57:26 +00:00
collections Rename bevy_platform_support to bevy_platform (#18813) 2025-04-11 23:13:28 +00:00
sync Create bevy_platform::cfg for viral feature management (#18822) 2025-05-06 00:52:15 +00:00
time Create bevy_platform::cfg for viral feature management (#18822) 2025-05-06 00:52:15 +00:00
cfg.rs Create bevy_platform::cfg for viral feature management (#18822) 2025-05-06 00:52:15 +00:00
hash.rs Rename bevy_platform_support to bevy_platform (#18813) 2025-04-11 23:13:28 +00:00
lib.rs refactor(utils): move SyncCell and SyncUnsafeCell to bevy_platform (#19305) 2025-05-27 04:57:26 +00:00
thread.rs Create bevy_platform::cfg for viral feature management (#18822) 2025-05-06 00:52:15 +00:00