You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments