Skip to content

Commit

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

## 0.4.0

- egui >=0.26, <=0.28

## 0.3.0

- dev: bump simple_logger to 5.0
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.3.0"
version = "0.4.0"
authors = ["Adrien Bennadji <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This is meant to add support for egui in your existing Vulkan/ash applications.

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

## How it works

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

0 comments on commit d91a720

Please sign in to comment.