Skip to content

Commit 9e26890

Browse files
committed
webGPU imports
1 parent 5d28dde commit 9e26890

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
@@ -65,7 +65,8 @@
6565
"glsl-read-float": "^1.1.0",
6666
"lodash.merge": "^4.6.2",
6767
"rbush-3d": "^0.0.4",
68-
"regl": "^2.1.0"
68+
"regl": "^2.1.0",
69+
"webgpu-utils": "^1.9.3"
6970
},
7071
"devDependencies": {
7172
"@playwright/test": "^1.46.1",
@@ -78,6 +79,7 @@
7879
"@types/lodash.merge": "^4.6.9",
7980
"@typescript-eslint/eslint-plugin": "^7.0.2",
8081
"@typescript-eslint/parser": "^7.0.2",
82+
"@webgpu/types": "^0.1.51",
8183
"eslint": "^8.57.0",
8284
"eslint-config-prettier": "^9.1.0",
8385
"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)