bevy/crates/bevy_platform/src
François Mockers 5f497efe90
bevy_platform: clippy without default features (#19860)
# Objective

- bevy_platform has clippy warnings when building without default
features

## Solution

- Fix them

## Testing

`cargo clippy -p bevy_platform --no-default-features --no-deps -- -D
warnings`
2025-06-29 17:12:57 +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 bevy_platform: clippy without default features (#19860) 2025-06-29 17:12:57 +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 bevyengine.org -> bevy.org (#19503) 2025-06-05 23:09:28 +00:00
thread.rs bevy_platform: clippy without default features (#19860) 2025-06-29 17:12:57 +00:00