Skip to content

Commit

Permalink
[dx12] bump version to 0.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kvark committed Oct 24, 2020
1 parent fd5418b commit 9d76fed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

### backend-dx12-0.6.10 (24-10-2020)
- actually free descriptor sets
- work around descriptor update issue on WARP

### backend-dx11-0.6.8 (23-10-2020)
- fix buffer leak when `Memory` was reused
- fix image leaks
Expand Down
2 changes: 1 addition & 1 deletion src/backend/dx12/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gfx-backend-dx12"
version = "0.6.9"
version = "0.6.10"
description = "DirectX-12 API backend for gfx-rs"
homepage = "https://github.com/gfx-rs/gfx"
repository = "https://github.com/gfx-rs/gfx"
Expand Down

0 comments on commit 9d76fed

Please sign in to comment.