entevsbaer/Cargo.toml

10 lines
263 B
TOML

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