From 81fc2a4ee84ea7f827c9ed7fac57afc50849ab1d Mon Sep 17 00:00:00 2001
From: StarArawn <toasterthegamer@gmail.com>
Date: Tue, 14 Dec 2021 17:55:38 -0500
Subject: [PATCH] Clarify custom bevy branch for now.

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 718ceb8..f13067a 100644
--- a/README.md
+++ b/README.md
@@ -47,6 +47,7 @@ Because bevy's new renderer is not released yet there is no crate on crates.io y
 ```rust
 kayak_ui = { git="https://github.com/StarArawn/kayak_ui", rev="{INSERT_COMMIT_SHA_HERE}" }
 kayak_widgets = { git="https://github.com/StarArawn/kayak_ui", rev="{INSERT_COMMIT_SHA_HERE}" }
+bevy = { git="https://github.com/StarArawn/bevy", rev="{INSERT_COMMIT_SHA_HERE}" }
 ```
 
 It's also worth mentioning that you will need to use the same bevy revision that this library uses which is currently: `bcca341d696c66d0173d8b0ac7a1b23b4b9e775c`.
-- 
GitLab