From e25baa9d0ae0cbb63c07e1f3153af2da5c69b8f4 Mon Sep 17 00:00:00 2001
From: StarArawn <toasterthegamer@gmail.com>
Date: Sun, 2 Jan 2022 19:47:32 -0500
Subject: [PATCH] Remove comment.

---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 4ea1e5b..db195fd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,7 +26,7 @@ kayak_render_macros = { path = "kayak_render_macros" }
 [dev-dependencies]
 bevy = { git = "https://github.com/bevyengine/bevy" }
 
-[patch."https://github.com/bevyengine/bevy"] # < Fails here because you can't patch using the same URL :(
+[patch."https://github.com/bevyengine/bevy"]
 bevy = { git = "https://github.com/bevyengine//bevy", rev = "50b3f27a767e3b538694d5e7b3ccfdffca647f1b" }
 
 [[example]]
-- 
GitLab