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

Upgrade to wgpu 0.19 #2174

Closed
hannobraun opened this issue Jan 22, 2024 · 0 comments · Fixed by #2182
Closed

Upgrade to wgpu 0.19 #2174

hannobraun opened this issue Jan 22, 2024 · 0 comments · Fixed by #2182
Assignees
Labels
topic: display Displaying Fornjot models type: development Work to ease development or maintenance, without direct effect on features or bugs

Comments

@hannobraun
Copy link
Owner

We are currently at 0.18, and it seems there are quite a few changes required to upgrade.

@hannobraun hannobraun added topic: display Displaying Fornjot models type: development Work to ease development or maintenance, without direct effect on features or bugs labels Jan 22, 2024
hannobraun pushed a commit that referenced this issue Jan 22, 2024
(Amended by @hannobraun: Rolling back the wgpu change, which is causing
build failures. Upgrade tracked here:
#2174)

Bumps the cargo group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.4.16` | `4.4.18` |
| [tobj](https://github.com/Twinklebear/tobj) | `4.0.0` | `4.0.1` |
| [wgpu](https://github.com/gfx-rs/wgpu) | `0.18.0` | `0.19.1` |
| [regex](https://github.com/rust-lang/regex) | `1.10.2` | `1.10.3` |
| [octocrab](https://github.com/XAMPPRocky/octocrab) | `0.33.0` | `0.33.1` |
| [env_logger](https://github.com/rust-cli/env_logger) | `0.10.1` | `0.10.2` |

Updates `clap` from 4.4.16 to 4.4.18
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.16...v4.4.18)

Updates `tobj` from 4.0.0 to 4.0.1
- [Release notes](https://github.com/Twinklebear/tobj/releases)
- [Commits](Twinklebear/tobj@4.0.0...4.0.1)

Updates `wgpu` from 0.18.0 to 0.19.1
- [Release notes](https://github.com/gfx-rs/wgpu/releases)
- [Changelog](https://github.com/gfx-rs/wgpu/blob/v0.19.1/CHANGELOG.md)
- [Commits](gfx-rs/wgpu@v0.18.0...v0.19.1)

Updates `regex` from 1.10.2 to 1.10.3
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.10.2...1.10.3)

Updates `octocrab` from 0.33.0 to 0.33.1
- [Release notes](https://github.com/XAMPPRocky/octocrab/releases)
- [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md)
- [Commits](XAMPPRocky/octocrab@v0.33.0...v0.33.1)

Updates `env_logger` from 0.10.1 to 0.10.2
- [Release notes](https://github.com/rust-cli/env_logger/releases)
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
- [Commits](rust-cli/env_logger@v0.10.1...v0.10.2)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: tobj
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: wgpu
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: octocrab
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: env_logger
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <[email protected]>
@hannobraun hannobraun changed the title Upgrade wgpu to 0.19 Upgrade to wgpu 0.19 Jan 29, 2024
@hannobraun hannobraun self-assigned this Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: display Displaying Fornjot models type: development Work to ease development or maintenance, without direct effect on features or bugs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant