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 wgpu 0.20 -> 22 && vger 0.3 -> 0.4 #66

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

maaku
Copy link
Contributor

@maaku maaku commented Sep 7, 2024

With vger having released a new version with wgpu v221, it is time to update rui's dependencies as well. This patch updates the vger dependency to 0.4, and the pegged wgpu version to 22. The only code change required was in the winit logic, which requires you to hint for optimizing for either Performance or MemoryUsage. I chose Performance.

Since many vger applications (including my own) create and manage wgpu devices and render contexts themselves, updating the wgpu dependency is a breaking change for them. I recommend doing a new major release of rui.

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.

1 participant