Skip to content
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 conrod_wgpu to wgpu 0.7 and winit 0.24 (yutannihilation's PR with patches) #1413

Merged
merged 11 commits into from
Apr 15, 2021

Conversation

mitchmindtree
Copy link
Contributor

This is @yutannihilation's awesome work in #1410 but with a couple of small patches in a final commit.

Both the all_winit_wgpu example as well as nannou's downstream UI examples appear to work nicely with these changes.

Closes #1410.

@mitchmindtree mitchmindtree merged commit c9d9e28 into PistonDevelopers:master Apr 15, 2021
mitchmindtree added a commit to mitchmindtree/conrod that referenced this pull request Apr 15, 2021
Changes include:

- Update to rusttype 0.8.3 with more efficient text rendering PistonDevelopers#1411.
  This slightly affects how the `Text` render primitive is handled.
  Folks with custom conrod backends may want to take a peak at this PR
  to see how to update.
- Update to wgpu 0.7 and winit 0.24 in `conrod_wgpu`. PistonDevelopers#1413
- Reduce deps by updating to `num` 0.3. PistonDevelopers#1395

NOTE: `conrod_vulkano` will be excluded from this version update due to
`vk-sys` publishing a breaking change not too long ago. See PistonDevelopers#1409.
mitchmindtree added a commit to mitchmindtree/conrod that referenced this pull request Apr 15, 2021
Changes include:

- Update to rusttype 0.8.3 with more efficient text rendering PistonDevelopers#1411.
  This slightly affects how the `Text` render primitive is handled.
  Folks with custom conrod backends may want to take a peak at this PR
  to see how to update.
- Update to wgpu 0.7 and winit 0.24 in `conrod_wgpu`. PistonDevelopers#1413
- Reduce deps by updating to `num` 0.3. PistonDevelopers#1395

NOTE: `conrod_vulkano` will be excluded from this version update due to
`vk-sys` publishing a breaking change not too long ago. See PistonDevelopers#1409.
@AJTJ AJTJ mentioned this pull request Apr 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants