entevsbaer/Cargo.toml

10 lines
263 B
TOML
Raw Normal View History

2022-01-14 20:55:32 +01:00
[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"] }