We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3ee69b commit 3924552Copy full SHA for 3924552
setup.py
@@ -61,8 +61,8 @@ def download_dawn(os_name):
61
"Linux": "third_party/lib/libwebgpu_dawn.so",
62
}
63
url_map = {
64
- "macOS": "https://github.com/austinvhuang/dawn-artifacts/releases/download/0.2.0-pre2/libwebgpu_dawn.dylib",
65
- "Linux": "https://github.com/austinvhuang/dawn-artifacts/releases/download/0.2.0-pre2/libwebgpu_dawn.so",
+ "macOS": "https://github.com/austinvhuang/dawn-artifacts/releases/download/0.2.0/libwebgpu_dawn.dylib",
+ "Linux": "https://github.com/austinvhuang/dawn-artifacts/releases/download/0.2.0/libwebgpu_dawn.so",
66
67
68
outfile = outfile_map.get(os_name)
0 commit comments