Skip to content
Snippets Groups Projects
Unverified Commit 374da762 authored by John's avatar John Committed by GitHub
Browse files

Merge pull request #161 from StarArawn/remove-dev-dep

Removed dev-dependencies in macros crate.
parents 7a77046a 94699b79
No related branches found
No related tags found
No related merge requests found
...@@ -19,8 +19,3 @@ quote = "1.0" ...@@ -19,8 +19,3 @@ quote = "1.0"
proc-macro2 = "1.0" proc-macro2 = "1.0"
proc-macro-error = "1.0" proc-macro-error = "1.0"
proc-macro-crate = "1.1" 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment