[package] name = "rust-bevy-test" version = "0.1.0" authors = ["Astro "] edition = "2021" [dependencies] rand = "0.8" bevy = { version = "0.6", features = ["jpeg"] } heron = { git = "https://github.com/jcornaz/heron.git", features = ["3d"] }