Skip to content

Commit c5813a1

Browse files
committed
Update fyrox
1 parent d2615ff commit c5813a1

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,17 @@ This is a shared changelog for all projects in this repo:
88
- [`cvars-console-fyrox`](https://crates.io/crates/cvars-console-fyrox)
99
- [`cvars-console-macroquad`](https://crates.io/crates/cvars-console-macroquad)
1010

11+
## Cvars-console-fyrox v0.5.0 - 2024-01-25
12+
13+
- **Breaking change:** Update fyrox-ui to 0.24.0 (fyrox 0.33.0)
14+
1115
## Cvars-console-fyrox v0.4.0 - 2023-10-28
1216

13-
- **Breaking change:** Update fyrox-ui to 0.23.0
17+
- **Breaking change:** Update fyrox-ui to 0.23.0 (fyrox 0.32.0)
1418

1519
## Cvars-console-fyrox v0.3.0 - 2023-07-22
1620

17-
- **Breaking change:** Update fyrox-ui to 0.22.0
21+
- **Breaking change:** Update fyrox-ui to 0.22.0 (fyrox 0.31.0)
1822

1923
## Cvars-console-macroquad v0.3.0 - 2023-07-15
2024

cvars-console-fyrox/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ categories = [
2020
[dependencies]
2121
cvars = { version = "0.4.0", path = "../cvars" }
2222
cvars-console = { version = "0.2.0", path = "../cvars-console" }
23-
fyrox-ui = "0.23.0"
23+
fyrox-ui = "0.24.0"
2424

2525
# Note: sometimes it's necessary to run cargo update after patching a dependency.
2626
[patch.crates-io]

0 commit comments

Comments
 (0)