Skip to content

Commit

Permalink
Update blade-egui version to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kvark committed Nov 10, 2024
1 parent b4afdc5 commit 4811306
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ readme = "docs/README.md"

[dependencies]
blade-asset = { version = "0.2", path = "blade-asset" }
blade-egui = { version = "0.4", path = "blade-egui" }
blade-egui = { version = "0.5", path = "blade-egui" }
blade-graphics = { version = "0.5", path = "blade-graphics" }
blade-helpers = { version = "0.1", path = "blade-helpers" }
blade-util = { version = "0.1", path = "blade-util" }
Expand Down
2 changes: 1 addition & 1 deletion blade-egui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blade-egui"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
description = "egui integration for Blade"
keywords = ["graphics"]
Expand Down
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Changelog for Blade
- Egl:
- destroy old surface on resize

## blade-egui-0.5 (09 Nov 2024)

- update egui to 0.29

## blade-graphics-0.5, blade-macros-0.3, blade-egui-0.4, blade-util-0.1 (27 Aug 2024)

- crate: `blade-util` for helper utilities
Expand Down

0 comments on commit 4811306

Please sign in to comment.