Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ui-core: downgrade wgpu to prevent duplicate version
Since rust 1.78.0, we have a linker error because of the different wgpu versions in the dependency tree: rust-lang/rust#123289 This worksaround this issue, and should also be more correct, because we might not want to have different wgpus in parallel.
- Loading branch information