diff --git a/README.md b/README.md index edcbc3d..356d937 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ This script makes it easier to debug WebGPU apps. +note: this script is a work in progress. Pass encoder checking +is barely implemented. + You can use it in your own projects via a script OR, you can [use it as an extension](https://github.com/greggman/webgpu-dev-extension). diff --git a/package-lock.json b/package-lock.json index 0ac46fa..98564eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "webgpu-debug-helper", - "version": "0.0.1", + "version": "0.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "webgpu-debug-helper", - "version": "0.0.1", + "version": "0.0.2", "license": "MIT", "dependencies": { "webgpu-utils": "^1.3.0" diff --git a/package.json b/package.json index 4acf535..2e7c327 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webgpu-debug-helper", - "version": "0.0.1", + "version": "0.0.2", "description": "webgpu debug helper", "main": "dist/0.x/webgpu-debug-helper.js", "type": "module",