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 num to 0.3 #1395

Merged
merged 2 commits into from
Oct 8, 2020
Merged

Conversation

adumbidiot
Copy link
Contributor

This PR updates num to 0.3. Previously, an old version of num-rational was pulled in through:

num-rational v0.2.4
     └── num v0.2.1
         └── conrod_core v0.70.0
             ├── conrod_piston v0.70.0
              ...

while a newer version of num-rational was pulled in through:

num-rational v0.3.0
     └── image v0.23.10
         ├── piston-gfx_texture v0.41.0
         │   └── piston2d-gfx_graphics v0.70.0
         │       └── piston_window v0.113.0
          ...

Updating num allows only one version of num-rational to be pulled in.

@mitchmindtree mitchmindtree merged commit 23629f2 into PistonDevelopers:master Oct 8, 2020
@adumbidiot adumbidiot deleted the update-num branch January 5, 2021 02:17
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.
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