bevy-laser/Cargo.toml

11 lines
210 B
TOML
Raw Normal View History

2024-03-02 13:56:28 +01:00
[package]
name = "bevy_laser"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bevy = "0.12.1"
rand = "0.8.5"