Skip to content

wgpu & WSL2 #3887

Closed Answered by geefuoco
geefuoco asked this question in Q&A
Discussion options

You must be logged in to vote

I have found a work around at the moment. By create a .cargo/config.toml file in the project directory, you can set the default compile target

[build]
target = "x86_64-pc-windows-gnu"

That way, it will compile to windows, and will run properly, allowing for quick iterations in development

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by geefuoco
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant