From d91a720a4d98c796e10757c0ebc367240d89c174 Mon Sep 17 00:00:00 2001 From: Adrien Bennadji Date: Fri, 5 Jul 2024 09:17:25 +0200 Subject: [PATCH] 0.4.0 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- README.md | 2 +- src/lib.rs | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fd0077..8d60b15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.4.0 + +- egui >=0.26, <=0.28 + ## 0.3.0 - dev: bump simple_logger to 5.0 diff --git a/Cargo.toml b/Cargo.toml index 164c000..00e36f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] edition = "2021" diff --git a/README.md b/README.md index d826560..452c33f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/lib.rs b/src/lib.rs index fbd1ca4..fe4bbec 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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 //!