diff --git a/README.md b/README.md index 29f5d32493..62596b4634 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ On Linux, you can point to them using `LD_LIBRARY_PATH` environment. Due to complex dependants, we have two MSRV policies: - `d3d12`, `naga`, `wgpu-core`, `wgpu-hal`, and `wgpu-types`'s MSRV is **1.65**. - - The rest of the workspace has the MSRV of **1.70**. + - The rest of the workspace has the MSRV of **1.71**. It is enforced on CI (in "/.github/workflows/ci.yml") with `CORE_MSRV` and `REPO_MSRV` variable. This version can only be upgraded in breaking releases, though we release a breaking version every 3 months. diff --git a/deno_webgpu/01_webgpu.js b/deno_webgpu/01_webgpu.js index c24d6c6990..92157e5490 100644 --- a/deno_webgpu/01_webgpu.js +++ b/deno_webgpu/01_webgpu.js @@ -4979,6 +4979,7 @@ webidl.converters["GPUFeatureName"] = webidl.createEnumConverter( "texture-compression-etc2", "texture-compression-astc", "rg11b10ufloat-renderable", + "bgra8unorm-storage", // extended from spec