Skip to content

Commit 6e4ffe2

Browse files
committed
switch repo to dawn-gpu org
1 parent 593ac2c commit 6e4ffe2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const device = await(await navigator.gpu.requestAdapter()).requestDevice();
2727
...
2828
```
2929

30-
see [example](https://github.com/greggman/node-webgpu/tree/main/example)
30+
see [example](https://github.com/dawn-gpu/node-webgpu/tree/main/example)
3131

3232
You can pass dawn options in `create`
3333

@@ -74,7 +74,7 @@ in [the dawn.node readme](https://dawn.googlesource.com/dawn/+/refs/heads/main/s
7474

7575
This package provides a WebGPU implementation it node. That said, if you are making a webpage
7676
and are considering using this for testing, you'd probably be better off using [puppeteer](https://pptr.dev/). You can
77-
find an example of using puppeteer for testing WebGPU in [this repo](https://github.com/greggman/webgpu-debug-helper).
77+
find an example of using puppeteer for testing WebGPU in [this repo](https://github.com/dawn-gpu/webgpu-debug-helper).
7878

7979
This package is for WebGPU in node. It provides WebGPU in node. But, it does not not provide integration
8080
with the web platform. For example, importing video via `HTMLVideoElement` or `VideoFrame`. It doesn't

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "git+https://github.com/greggman/node-webgpu.git"
15+
"url": "git+https://github.com/dawn-gpu/node-webgpu.git"
1616
},
1717
"keywords": [
1818
"WGSL",
@@ -21,9 +21,9 @@
2121
"author": "",
2222
"license": "MIT",
2323
"bugs": {
24-
"url": "https://github.com/greggman/node-webgpu/issues"
24+
"url": "https://github.com/dawn-gpu/node-webgpu/issues"
2525
},
26-
"homepage": "https://github.com/greggman/node-webgpu#readme",
26+
"homepage": "https://github.com/dawn-gpu/node-webgpu#readme",
2727
"files": [
2828
"dist/**/*",
2929
"index.js",

0 commit comments

Comments
 (0)