-
-
Notifications
You must be signed in to change notification settings - Fork 155
no_std
compatibility
#703
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
no_std
compatibility
#703
Conversation
I'm not sure if this is the right place to document this, but I'm trying to run this pr in a pretty confined WASM env , where there is no time/rng access. I'm running into the following error:
I'm running with bevy 0.16 rc5 and these plugins:
I manually call the bevy update by running From what my gut tells me I can't use the default Physics Plugins, as there is the EDIT: I got it running, I was able to use the time plugin by calling:
However one quirk I noticed is that I manually need to init some resources, not sure this is due to
|
Objective
Add
no_std
compatibility.Solution
TODO
Migration Guide
TODO