Skip to content

Commit 5eb1d85

Browse files
committed
webGPU imports
1 parent de1e52d commit 5eb1d85

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

package-lock.json

Lines changed: 27 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@
6464
"glsl-read-float": "^1.1.0",
6565
"lodash.merge": "^4.6.2",
6666
"rbush-3d": "^0.0.4",
67-
"regl": "^2.1.0"
67+
"regl": "^2.1.0",
68+
"webgpu-utils": "^1.9.3"
6869
},
6970
"devDependencies": {
7071
"@playwright/test": "^1.46.1",
@@ -77,6 +78,7 @@
7778
"@types/lodash.merge": "^4.6.9",
7879
"@typescript-eslint/eslint-plugin": "^7.0.2",
7980
"@typescript-eslint/parser": "^7.0.2",
81+
"@webgpu/types": "^0.1.51",
8082
"eslint": "^8.57.0",
8183
"eslint-config-prettier": "^9.1.0",
8284
"eslint-formatter-summary-chart": "^0.3.0",

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"outDir": "./dist",
1717
"rootDir": "./src",
1818
"lib": ["DOM"],
19+
"types": ["@webgpu/types"],
1920
"noEmitOnError": true,
2021
"emitDeclarationOnly": true
2122
},

0 commit comments

Comments
 (0)