From a80cc060b51980b0ef396838cfb8cdd43972a01e Mon Sep 17 00:00:00 2001 From: John <toasterthegamer@gmail.com> Date: Fri, 28 Oct 2022 11:07:57 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a84dab..83cadbb 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,9 @@ Kayak UI is in the very early stages of development. Important features are miss Use bevy main! Make sure the version of Kayak you are using uses the same version of bevy. ```rust -kayak_ui = { git="https://github.com/StarArawn/kayak_ui", rev="{INSERT_COMMIT_SHA_HERE}", features = ["bevy_renderer"] } +kayak_ui = { git="https://github.com/StarArawn/kayak_ui", rev="{INSERT_COMMIT_SHA_HERE}" } bevy = { git = "https://github.com/bevyengine/bevy", rev="4bcf49b2ea6fb5f42388b0e15d204020053ee5c7" } ``` ## Check out the book! -[Kayak UI Book](./book/src/SUMMARY.md) \ No newline at end of file +[Kayak UI Book](./book/src/SUMMARY.md) -- GitLab