Skip to content

Commit

Permalink
Merge pull request #10 from paul-hansen/bevy_reflect_docs_fix
Browse files Browse the repository at this point in the history
Remove dependency between derive and core crates
  • Loading branch information
aevyrie authored Oct 30, 2023
2 parents 4ff7482 + 0c019b2 commit 45cb636
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 45cb636

Please sign in to comment.