Skip to content

Commit

Permalink
ui-core: downgrade wgpu to prevent duplicate version
Browse files Browse the repository at this point in the history
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
anisse committed Jun 11, 2024
1 parent 581b5b0 commit 18a9626
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 354 deletions.
Loading

0 comments on commit 18a9626

Please sign in to comment.