webgpu-computed 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +5 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webgpu-computed",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "对webgpu的封装,处理了繁琐的前置工作,只关注wgsl本身逻辑",
5
5
  "main": "./src/index.js",
6
6
  "scripts": {
@@ -12,6 +12,10 @@
12
12
  "dependencies": {
13
13
  "webgpu": "^0.3.8"
14
14
  },
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "https://github.com/xiaguochuqiu/webgpu-computed.git"
18
+ },
15
19
  "author": "夏过初秋",
16
20
  "license": "ISC"
17
21
  }