Update changelog

This commit is contained in:
Connor Fitzgerald 2022-11-30 17:03:02 -05:00
parent 39fafde2b6
commit 40fd2c628a
No known key found for this signature in database
GPG Key ID: CF0A1F83B4E1A995
3 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Change Log
## v0.7.2 (2022-11-30)
- Fix build failure in rust 1.64 [#2966](https://github.com/gfx-rs/wgpu/pull/2966)
## v0.7.1 (2021-02-25)
- expose `wgc::device::queue` sub-module in public
- fix the indexed buffer check

4
Cargo.lock generated
View File

@ -1,5 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "ab_glyph_rasterizer"
version = "0.1.4"
@ -1799,7 +1801,7 @@ dependencies = [
[[package]]
name = "wgpu-core"
version = "0.7.1"
version = "0.7.2"
dependencies = [
"arrayvec",
"bitflags",

View File

@ -1,6 +1,6 @@
[package]
name = "wgpu-core"
version = "0.7.1"
version = "0.7.2"
authors = ["wgpu developers"]
edition = "2018"
description = "WebGPU core logic on gfx-hal"