Skip to content

Upgrade deps#30

Merged
LioQing merged 1 commit into
masterfrom
upgrade-deps
May 4, 2026
Merged

Upgrade deps#30
LioQing merged 1 commit into
masterfrom
upgrade-deps

Conversation

@LioQing

@LioQing LioQing commented May 4, 2026

Copy link
Copy Markdown
Owner
  • Upgrade all dependencies, mainly wgpu to 0.29 and glam to 0.32
  • Export wesl in addition to the existing wgpu and glam

@LioQing
LioQing requested a review from Copilot May 4, 2026 14:38
@LioQing LioQing self-assigned this May 4, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the crate for newer graphics dependencies, mainly to support wgpu 29 and glam 0.32, while also exposing wesl from the public API. In the codebase, this mostly affects GPU initialization paths, compute pipeline setup, and dependency metadata.

Changes:

  • Bump core dependencies in Cargo.toml/Cargo.lock, especially wgpu, glam, bytemuck, and oneshot.
  • Adjust wgpu setup code in tests/examples and update compute pipeline layout creation for the new API.
  • Re-export wesl from the crate root and refresh the checked-in coverage badge.

Reviewed changes

Copilot reviewed 6 out of 9 changed files in this pull request and generated no comments.

Show a summary per file
File Description
tests/common/test_context.rs Updates test GPU instance creation for the new wgpu descriptor API.
src/lib.rs Adds a public re-export for wesl.
src/compute_bundle.rs Adapts pipeline layout creation to the wgpu 29 bind-group-layout API.
examples/read_spz.rs Updates example instance creation to the new wgpu API.
examples/read_ply.rs Updates example instance creation to the new wgpu API.
coverage/badge.json Changes the displayed coverage percentage.
Cargo.toml Bumps direct dependency versions and adjusts oneshot features.
Cargo.lock Refreshes the lockfile for the dependency upgrades.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@LioQing
LioQing merged commit 226984e into master May 4, 2026
6 checks passed
@LioQing LioQing added this to the v0.7.0 milestone May 4, 2026
@LioQing
LioQing deleted the upgrade-deps branch May 4, 2026 15:12
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