Skip to content

Commit

Permalink
Add bevy as a dev dependency so examples work
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhelsing committed Nov 2, 2023
1 parent 05c88d2 commit 853d23f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ bevy = { version = "0.11", default-features = false, features = [
] }
bevy-inspector-egui = { version = "0.19", optional = true }
serde = { version = "^1", features = ["derive"], optional = true }

[dev-dependencies]
bevy = "0.11"

0 comments on commit 853d23f

Please sign in to comment.