Skip to content

Commit

Permalink
chore: Add required features to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz committed Mar 7, 2021
1 parent c7359b9 commit 03e9c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debug/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ default = []

[dependencies]
heron_core = { path = "../core", version = "^0.2.0"}
bevy = { version = "^0.4.0", default-features = false }
bevy = { version = "^0.4.0", default-features = false, features = ["render"] }
bevy_prototype_lyon = { version = "0.2.0", optional = true }
fnv = "^1.0"

0 comments on commit 03e9c30

Please sign in to comment.