File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed
Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " kayak_ui"
33description = " A UI library built using the bevy game engine!"
4- version = " 0.4.1 "
4+ version = " 0.5.0 "
55edition = " 2021"
66resolver = " 2"
77authors = [" John Mitchell" ]
@@ -25,8 +25,8 @@ fancy-regex = "0.11.0"
2525indexmap = " 1.9"
2626instant = " 0.1"
2727interpolation = { version = " 0.2" }
28- kayak_font = { path = " ./kayak_font" , version = " 0.4 " }
29- kayak_ui_macros = { path = " ./kayak_ui_macros" , version = " 0.4 " }
28+ kayak_font = { path = " ./kayak_font" , version = " 0.5 " }
29+ kayak_ui_macros = { path = " ./kayak_ui_macros" , version = " 0.5 " }
3030log = " 0.4"
3131morphorm = " 0.3"
3232reorder = " 2.1"
Original file line number Diff line number Diff line change @@ -50,13 +50,15 @@ Kayak UI is in the very early stages of development. Important features are miss
5050Use bevy ` 0.10 ` ! Make sure the version of Kayak you are using uses the same version of bevy.
5151
5252``` rust
53- kayak_ui = " 0.4 "
54- bevy = " 0.10 "
53+ kayak_ui = " 0.5 "
54+ bevy = " 0.12 "
5555```
5656
5757| bevy| kayak_ui|
5858| ---| ---|
5959| ` main ` | ` bevy-track ` |
60+ | 0.12| 0.5|
61+ | 0.11.x| skipped|
6062| 0.10.x| 0.4|
6163| 0.10.x| 0.3|
6264| 0.9| 0.2|
Original file line number Diff line number Diff line change 11[package ]
22name = " kayak_font"
33description = " An SDF font renderer for Kayak UI and the Bevy game engine"
4- version = " 0.4 .0"
4+ version = " 0.5 .0"
55edition = " 2021"
66resolver = " 2"
77authors = [" John Mitchell" ]
Original file line number Diff line number Diff line change 11[package ]
22name = " kayak_ui_macros"
33description = " A proc macro library that provides RSX like syntax for Kayak UI."
4- version = " 0.4 .0"
4+ version = " 0.5 .0"
55edition = " 2021"
66resolver = " 2"
77authors = [" John Mitchell" ]
You can’t perform that action at this time.
0 commit comments