Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-ben committed Jul 17, 2024
1 parent 5bda046 commit d02ad22
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.5.0

- ash 0.38
- vk-mem 0.4
- gpu-allocator 0.27

## 0.4.0

- egui >=0.26, <=0.28
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ homepage = "https://github.com/adrien-ben/egui-ash-renderer"
repository = "https://github.com/adrien-ben/egui-ash-renderer"
documentation = "https://docs.rs/egui-ash-renderer"
license = "MIT"
version = "0.4.0"
version = "0.5.0"
authors = ["Adrien Bennadji <[email protected]>"]
edition = "2021"
include = ["/src", "LICENSE", "README.md", "CHANGELOG.md"]
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ This is meant to add support for egui in your existing Vulkan/ash applications.

| crate | egui | ash | gpu-allocator (feature) | vk-mem (feature) |
|--------|--------------|--------------|-------------------------|------------------|
| 0.4.0 | [0.26, 0.28] | [0.34, 0.37] | [0.25, 0.26] | 0.3.0 |
| 0.5.0 | [0.26, 0.28] | 0.38 | 0.27 | 0.4 |
| 0.4.0 | [0.26, 0.28] | [0.34, 0.37] | [0.25, 0.26] | 0.3 |

## How it works

Expand Down
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
//!
//! | crate | egui | ash | gpu-allocator (feature) | vk-mem (feature) |
//! |--------|--------------|--------------|-------------------------|------------------|
//! | 0.4.0 | [0.26, 0.28] | [0.34, 0.37] | [0.25, 0.26] | 0.3.0 |
//! | 0.5.0 | [0.26, 0.28] | 0.38 | 0.27 | 0.4 |
//! | 0.4.0 | [0.26, 0.28] | [0.34, 0.37] | [0.25, 0.26] | 0.3 |
//!
//! ## How it works
//!
Expand Down

0 comments on commit d02ad22

Please sign in to comment.