From 94699b79edda376edb7924267181c627859d5d35 Mon Sep 17 00:00:00 2001
From: John Mitchell <startoaster23@gmail.com>
Date: Sun, 13 Nov 2022 11:57:53 -0500
Subject: [PATCH] Removed dev-dependencies in macros crate.

---
 kayak_ui_macros/Cargo.toml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/kayak_ui_macros/Cargo.toml b/kayak_ui_macros/Cargo.toml
index f68d83f..ab1a68a 100644
--- a/kayak_ui_macros/Cargo.toml
+++ b/kayak_ui_macros/Cargo.toml
@@ -19,8 +19,3 @@ quote = "1.0"
 proc-macro2 = "1.0"
 proc-macro-error = "1.0"
 proc-macro-crate = "1.1"
-
-[dev-dependencies]
-kayak_ui = { path = "../", version = "0.1.0" }
-pretty_assertions = "1.2.1"
-bevy = { git = "https://github.com/bevyengine/bevy", version = "0.9" }
\ No newline at end of file
-- 
GitLab