-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
update wgpu
to 0.13
#1378
update wgpu
to 0.13
#1378
Conversation
wgpu/Cargo.toml
Outdated
wgpu = "0.12" | ||
wgpu_glyph = "0.16" | ||
wgpu = "0.13" | ||
wgpu_glyph = { version = "0.16", git = "https://github.com/Cupnfish/wgpu_glyph.git", branch = "wgpu-0.13" } |
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.
Waiting to merge this: hecrj/wgpu_glyph#89
|
||
local_pool.run_until_stalled(); |
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.
No more local pool! That's great 😄
Also, |
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.
I made some small changes here and there, but everything looks great! Thanks for taking care of this so quickly 🙇
Also very glad to see all of the wgpu
improvements! 🎉
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.
No more comments from me, looks good to me as well.
No description provided.