Skip to content

Commit

Permalink
version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-ben committed Sep 27, 2024
1 parent 44babac commit fdf6c2e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.6.0

- egui >=0.26, <=0.29
- examples: winit 0.30

## 0.5.0

- ash 0.38
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.5.0"
version = "0.6.0"
authors = ["Adrien Bennadji <[email protected]>"]
edition = "2021"
include = ["/src", "LICENSE", "README.md", "CHANGELOG.md"]
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +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.6.0 | [0.26, 0.29] | 0.38 | 0.27 | 0.4 |
| 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 |

Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
//!
//! | crate | egui | ash | gpu-allocator (feature) | vk-mem (feature) |
//! |--------|--------------|--------------|-------------------------|------------------|
//! | 0.6.0 | [0.26, 0.29] | 0.38 | 0.27 | 0.4 |
//! | 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 |
//!
Expand Down

0 comments on commit fdf6c2e

Please sign in to comment.