Skip to content

Commit

Permalink
Remove dependency between derive and core crates
Browse files Browse the repository at this point in the history
Prevents pulling in bevy crates during the build step, which caused issues
with bevy_reflect's documentation feature.

Fixes #9
  • Loading branch information
paul-hansen committed Oct 11, 2023
1 parent 6e352e1 commit eca06c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/bevy_eventlistener_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ categories = ["game-engines", "rendering"]
proc-macro = true

[dependencies]
bevy_eventlistener_core = { path = "../bevy_eventlistener_core", version = "0.5.0" }
quote = "1"
syn = "2"
proc-macro2 = "1"

0 comments on commit eca06c6

Please sign in to comment.