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
naga uses rustc-hash and wgpu-hal uses fxhash. Both do the same thing, but both are being compiled separately. rustc-hash has hit 1.0, has been more recently updated, and is maintained by the rustlang devs themselves. It may be worth changing the fxhash dependency on wgpu-hal to rustc-hash.