-
Notifications
You must be signed in to change notification settings - Fork 19
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
bevy_webgl2 dependency will not build #13
Comments
Added note: I reproduced this error with rustc 1.56.0 on a M1 MacOS host and an i86_x86 Win10 host |
OK... I solved it... but it was awkward First: running After figuring that out I ran into the problem in issue #12, which happens because I ran |
Just Realized I closed this issue, but no changes were made to fix it... Please update the readme to clearly state that |
Can you check again? It should do local installation of proper wasm-bindgen-cli version. |
I did a fresh clone and
cargo make
and it gets stuck on this error:I thought the issue might be in
bevy_webgl2
, but I cloned it and switched to thev0.5
branch andcargo make
succeeds.I also tried switching the dependency version to v0.5.2, it did not fix the issue.
I looked through the features flags for both projects, and I tried copying over the
winit
dependency specifier, it did not fix the issue.I could not think of something else to try.
The text was updated successfully, but these errors were encountered: