File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,17 @@ This is a shared changelog for all projects in this repo:
8
8
- [ ` cvars-console-fyrox ` ] ( https://crates.io/crates/cvars-console-fyrox )
9
9
- [ ` cvars-console-macroquad ` ] ( https://crates.io/crates/cvars-console-macroquad )
10
10
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
+
11
15
## Cvars-console-fyrox v0.4.0 - 2023-10-28
12
16
13
- - ** Breaking change:** Update fyrox-ui to 0.23.0
17
+ - ** Breaking change:** Update fyrox-ui to 0.23.0 (fyrox 0.32.0)
14
18
15
19
## Cvars-console-fyrox v0.3.0 - 2023-07-22
16
20
17
- - ** Breaking change:** Update fyrox-ui to 0.22.0
21
+ - ** Breaking change:** Update fyrox-ui to 0.22.0 (fyrox 0.31.0)
18
22
19
23
## Cvars-console-macroquad v0.3.0 - 2023-07-15
20
24
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ categories = [
20
20
[dependencies ]
21
21
cvars = { version = " 0.4.0" , path = " ../cvars" }
22
22
cvars-console = { version = " 0.2.0" , path = " ../cvars-console" }
23
- fyrox-ui = " 0.23 .0"
23
+ fyrox-ui = " 0.24 .0"
24
24
25
25
# Note: sometimes it's necessary to run cargo update after patching a dependency.
26
26
[patch .crates-io ]
You can’t perform that action at this time.
0 commit comments