-
-
Notifications
You must be signed in to change notification settings - Fork 124
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
Add a feature flag for webgl backend #276
Labels
Comments
You can add a dependency on |
A simple and safe way to do this is to add one line here:
|
parasyte
added a commit
that referenced
this issue
Aug 19, 2022
- The `web` feature was previously exposed by the example crate. This isn't really necessary. - See #276 for discussion
parasyte
added a commit
that referenced
this issue
Aug 19, 2022
- The `web` feature was previously exposed by the example crate. This isn't really necessary. - See #276 for discussion
This was fixed by #320 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, if I want to use wasm-pack to build for wasm32, I have to specify
The Cargo warns that
warning: dependency (wgpu) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions
To solve this problem, we should add
to the Cargo.toml of this crate.
The text was updated successfully, but these errors were encountered: