-
Notifications
You must be signed in to change notification settings - Fork 76
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
Upgrade to wgpu 0.6 #44
Conversation
wgpu v0.6 has been released :) |
Updated to wgpu 0.6, this PR is ready to merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! Looks great and the examples seem to work.
I will try to integrate a StagingBelt
in the API before releasing a new version shortly.
Closes #36 (sorry to steal the glory).
I needed this for my project, and it will be useful for others who are trying to use wpgu on wasm.
Of course you might want to continue using 0.5 until 0.6 so you can keep making releases.
In which case just keep this PR around as a reference until 0.6 is released.