diff options
author | Leo Kettmeir <crowlkats@toaxl.com> | 2024-05-13 14:23:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-13 14:23:39 -0700 |
commit | df879f9f746366ee6bd1dc757514e8e73deddc1d (patch) | |
tree | 3f937918a8816ed64678f1fa7adaae4270d8ddc6 /tools/wgpu_sync.js | |
parent | 329a8ae0c098619c8f976f2035e5599094cb43f4 (diff) |
chore: cleanup unused dependencies (#23787)
Diffstat (limited to 'tools/wgpu_sync.js')
-rwxr-xr-x | tools/wgpu_sync.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/wgpu_sync.js b/tools/wgpu_sync.js index 5844c68a2..4939983c2 100755 --- a/tools/wgpu_sync.js +++ b/tools/wgpu_sync.js @@ -77,8 +77,7 @@ async function patchCargo() { (data) => data .replace(/^wgpu-core = .*/m, `wgpu-core = "${V_WGPU}"`) - .replace(/^wgpu-types = .*/m, `wgpu-types = "${V_WGPU}"`) - .replace(/^wgpu-hal = .*/m, `wgpu-hal = "${V_WGPU}"`), + .replace(/^wgpu-types = .*/m, `wgpu-types = "${V_WGPU}"`), ); } |