Skip to content

Commit

Permalink
Update fyrox
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-t committed Jan 25, 2024
1 parent d2615ff commit c5813a1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion cvars-console-fyrox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit c5813a1

Please sign in to comment.