From 46b2822614cfa6f4b3222a61e5045a25b3e9fd30 Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Thu, 11 Jan 2024 14:49:28 -0800 Subject: [PATCH] 0.0.2 --- README.md | 3 +++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) 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",