mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-21 22:33:49 +00:00
Bump wgpu-core to 0.10.4 and wgpu to 0.10.2
This commit is contained in:
parent
262e9a93fe
commit
9a2e923176
@ -1,12 +1,15 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
### wgpu-core-0.10.4 (TBD)
|
|
||||||
- fix `write_texture` for array textures
|
|
||||||
|
|
||||||
### wgpu-hal-0.10.8 (TBD)
|
### wgpu-hal-0.10.8 (TBD)
|
||||||
- GL and Vulkan:
|
- GL and Vulkan:
|
||||||
- Fix renderdoc device pointers.
|
- Fix renderdoc device pointers.
|
||||||
|
|
||||||
|
### wgpu-core-0.10.4, wgpu-0.10.2 (2021-09-23)
|
||||||
|
- fix `write_texture` for array textures
|
||||||
|
- fix closing an encoder on validation error
|
||||||
|
- expose Metal surface creation
|
||||||
|
- panic with an actual error message in the default handler
|
||||||
|
|
||||||
### wgpu-hal-0.10.7 (2021-09-14)
|
### wgpu-hal-0.10.7 (2021-09-14)
|
||||||
- Metal:
|
- Metal:
|
||||||
- fix stencil back-face state
|
- fix stencil back-face state
|
||||||
|
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1772,7 +1772,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wgpu"
|
name = "wgpu"
|
||||||
version = "0.10.1"
|
version = "0.10.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arrayvec",
|
"arrayvec",
|
||||||
"async-executor",
|
"async-executor",
|
||||||
@ -1806,7 +1806,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wgpu-core"
|
name = "wgpu-core"
|
||||||
version = "0.10.3"
|
version = "0.10.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arrayvec",
|
"arrayvec",
|
||||||
"bitflags",
|
"bitflags",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wgpu-core"
|
name = "wgpu-core"
|
||||||
version = "0.10.3"
|
version = "0.10.4"
|
||||||
authors = ["wgpu developers"]
|
authors = ["wgpu developers"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "WebGPU core logic on gfx-hal"
|
description = "WebGPU core logic on gfx-hal"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "wgpu"
|
name = "wgpu"
|
||||||
version = "0.10.1"
|
version = "0.10.2"
|
||||||
authors = ["wgpu developers"]
|
authors = ["wgpu developers"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "Rusty WebGPU API wrapper"
|
description = "Rusty WebGPU API wrapper"
|
||||||
|
Loading…
Reference in New Issue
Block a user