|
I wanted to double-check whether or not no-std compatibility was a goal for bevy_hecs or not. I'm trying to find out whether or not I can use bevy/crates/bevy_ecs/hecs/src/world.rs Lines 614 to 615 in c32e637 Is no-std support a non-goal for |
Answered by
cart
Oct 19, 2020
Replies: 1 comment
|
Yup I've given up on no_std for bevy_hecs. The rest of bevy has no intention of being no_std, so I didn't really see the point of restricting us in bevy_hecs |
0 replies
Answer selected by
zicklag
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yup I've given up on no_std for bevy_hecs. The rest of bevy has no intention of being no_std, so I didn't really see the point of restricting us in bevy_hecs