From c5813a14ad839788cf1271bb79d0460c2f5647f8 Mon Sep 17 00:00:00 2001 From: Martin Taibr Date: Thu, 25 Jan 2024 22:46:33 +0100 Subject: [PATCH] Update fyrox --- CHANGELOG.md | 8 ++++++-- cvars-console-fyrox/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dde683..2260e53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,13 +8,17 @@ This is a shared changelog for all projects in this repo: - [`cvars-console-fyrox`](https://crates.io/crates/cvars-console-fyrox) - [`cvars-console-macroquad`](https://crates.io/crates/cvars-console-macroquad) +## Cvars-console-fyrox v0.5.0 - 2024-01-25 + +- **Breaking change:** Update fyrox-ui to 0.24.0 (fyrox 0.33.0) + ## Cvars-console-fyrox v0.4.0 - 2023-10-28 -- **Breaking change:** Update fyrox-ui to 0.23.0 +- **Breaking change:** Update fyrox-ui to 0.23.0 (fyrox 0.32.0) ## Cvars-console-fyrox v0.3.0 - 2023-07-22 -- **Breaking change:** Update fyrox-ui to 0.22.0 +- **Breaking change:** Update fyrox-ui to 0.22.0 (fyrox 0.31.0) ## Cvars-console-macroquad v0.3.0 - 2023-07-15 diff --git a/cvars-console-fyrox/Cargo.toml b/cvars-console-fyrox/Cargo.toml index 99077b8..dc039af 100644 --- a/cvars-console-fyrox/Cargo.toml +++ b/cvars-console-fyrox/Cargo.toml @@ -20,7 +20,7 @@ categories = [ [dependencies] cvars = { version = "0.4.0", path = "../cvars" } cvars-console = { version = "0.2.0", path = "../cvars-console" } -fyrox-ui = "0.23.0" +fyrox-ui = "0.24.0" # Note: sometimes it's necessary to run cargo update after patching a dependency. [patch.crates-io]