Add heron and update deps.

This commit is contained in:
Joe Ardent 2022-01-05 00:11:06 -08:00
parent 44c1476c63
commit 64d4a9e447
2 changed files with 826 additions and 168 deletions

993
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -7,4 +7,5 @@ edition = "2021"
[dependencies] [dependencies]
bevy = { path = "../bevy/" } bevy = { path = "../bevy/" }
heron = { path = "../heron/", features = ["3d"] }
# bevy-inspector-egui = "0.6.1" # bevy-inspector-egui = "0.6.1"