Skip to content

Commit

Permalink
version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-ben committed Feb 7, 2025
1 parent a018c9f commit 4e4cd6a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 0.8.0

- egui >=0.26, <=0.31

## 0.7.0

- egui >=0.26, <=0.29
- egui >=0.26, <=0.30
- thiserror 2

## 0.6.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.7.0"
version = "0.8.0"
authors = ["Adrien Bennadji <adrien.bennadji@live.fr>"]
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.8.0 | [0.26, 0.31] | 0.38 | 0.27 | 0.4 |
| 0.7.0 | [0.26, 0.30] | 0.38 | 0.27 | 0.4 |
| 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 |
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.8.0 | [0.26, 0.31] | 0.38 | 0.27 | 0.4 |
//! | 0.7.0 | [0.26, 0.30] | 0.38 | 0.27 | 0.4 |
//! | 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 |
Expand Down

0 comments on commit 4e4cd6a

Please sign in to comment.