mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Bump version to 0.5.0
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# Change Log
|
||||
|
||||
## v0.5.0 (2022-07-01)
|
||||
- add COM helpers
|
||||
- enable D3D11 adapter use
|
||||
|
||||
## v0.4.1 (2021-08-18)
|
||||
- expose all indirect argument types
|
||||
- expose methods for setting root constants
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
[package]
|
||||
name = "d3d12"
|
||||
version = "0.4.1"
|
||||
version = "0.5.0"
|
||||
authors = [
|
||||
"msiglreith <m.siglreith@gmail.com>",
|
||||
"Dzmitry Malyshau <kvarkus@gmail.com>",
|
||||
"gfx-rs developers",
|
||||
]
|
||||
description = "Low level D3D12 API wrapper"
|
||||
repository = "https://github.com/gfx-rs/d3d12-rs"
|
||||
|
||||
Reference in New Issue
Block a user