From 238073bb49a903a7475d305ea9f30f5783262488 Mon Sep 17 00:00:00 2001 From: Matthew <logicprojectsforfpgas@gmail.com> Date: Sun, 12 Jun 2022 10:55:15 -0600 Subject: [PATCH] Change README to bevy 0.7 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3a45cad..514a9cc 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. -- GitLab