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
I have a project that is somehow fine on my M1 macbook but fails to compile on my ryzen debian desktop.
I suspect the issue is conflicting versions of wgpu-core as I also have wgpu as a dependency directly.
(Now sure how/why it's not complaining on the macbook.)
❯ cargo tree -p wgpu-core
error: There are multiple `wgpu-core` packages in your project, and the specification `wgpu-core` is ambiguous.
Please re-run this command with one of the following specifications:
[email protected][email protected]
The text was updated successfully, but these errors were encountered:
I have a project that is somehow fine on my M1 macbook but fails to compile on my ryzen debian desktop.
I suspect the issue is conflicting versions of wgpu-core as I also have wgpu as a dependency directly.
(Now sure how/why it's not complaining on the macbook.)
The text was updated successfully, but these errors were encountered: