Skip to content

Commit 5f32f2f

Browse files
committed
version 0.11
1 parent cd8c789 commit 5f32f2f

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.11.0
4+
5+
- Do not wrap vk_mem::Allocator in a Mutex by @BattyBoopers
6+
37
## 0.10.0
48

59
- egui 0.33
@@ -50,6 +54,6 @@
5054
## 0.1.0
5155

5256
- Initial implementation with default allocator and
53-
- support for vk-mem
54-
- support for gpu-allocator
55-
- support for dynamic rendering
57+
- support for vk-mem
58+
- support for gpu-allocator
59+
- support for dynamic rendering

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ homepage = "https://github.com/adrien-ben/egui-ash-renderer"
77
repository = "https://github.com/adrien-ben/egui-ash-renderer"
88
documentation = "https://docs.rs/egui-ash-renderer"
99
license = "MIT"
10-
version = "0.10.0"
10+
version = "0.11.0"
1111
authors = ["Adrien Bennadji <adrien.bennadji@live.fr>"]
1212
edition = "2024"
1313
include = ["/src", "LICENSE", "README.md", "CHANGELOG.md"]

0 commit comments

Comments
 (0)