diff --git a/README.md b/README.md index 3a45cad3318d3d16776ee87a92e98dccb2280028..514a9ccf7bb1a6b1f307756029630dd20e67fe17 100644 --- a/README.md +++ b/README.md @@ -43,11 +43,11 @@ Kayak UI is in the very early stages of development. Important features are miss <img src="images/screen1.png" alt="Kayak UI" width="600" /> ## Usage -Use bevy 0.6! +Use bevy 0.7! ```rust kayak_ui = { git="https://github.com/StarArawn/kayak_ui", rev="{INSERT_COMMIT_SHA_HERE}", features = ["bevy_renderer"] } -bevy = "0.6.0" +bevy = "0.7.0" ``` ## Declarative @@ -148,4 +148,4 @@ To generate a font run the following command: ``` .\msdf-atlas-gen.exe -font .\font_name.ttf -type msdf -minsize 32 -format png -imageout font_name.png -json font_name.json ``` -Where font_name is the name of your font. You can play around with the different parameters that are provided but keep in mind that some of the font stuff is currently hardcoded and might result in graphical glitches if you change the settings too much. You should also try to use a decent size for the `minsize` parameter. The smaller the size the more artifacts will appear in the text. \ No newline at end of file +Where font_name is the name of your font. You can play around with the different parameters that are provided but keep in mind that some of the font stuff is currently hardcoded and might result in graphical glitches if you change the settings too much. You should also try to use a decent size for the `minsize` parameter. The smaller the size the more artifacts will appear in the text.