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 fc07826 commit 28630ef
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 354 deletions.
Loading

0 comments on commit 28630ef

Please sign in to comment.