Skip to content

Commit b67cd94

Browse files
committed
Restrict entity_rc to target_has_atomic.
1 parent bc2c0c6 commit b67cd94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/bevy_ecs/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ pub mod change_detection;
3232
pub mod component;
3333
pub mod entity;
3434
pub mod entity_disabling;
35+
#[cfg(target_has_atomic = "ptr")]
3536
pub mod entity_rc;
3637
pub mod error;
3738
pub mod event;

0 commit comments

Comments
 (0)