diff --git a/Cargo.lock b/Cargo.lock index 9c01493..36ee91b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1200,7 +1200,7 @@ dependencies = [ [[package]] name = "webgpu_check" -version = "0.1.1" +version = "0.1.0" dependencies = [ "notify-rust", "wasm-bindgen-test", diff --git a/Cargo.toml b/Cargo.toml index 1de9271..c559e25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "webgpu_check" -description = "A panic hook which replaces an HTML element with a bug report form." -version = "0.1.1" +description = "A simple, minimal crate to probe WebGPU support." +version = "0.1.0" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/loopystudios/webgpu_check"