aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 9f0f5777c69ff27a60fb825426d621b0fe92f0e0 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "inv"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bevy = { version = "0.7", features = ["dynamic"] }
bevy-inspector-egui = "0.11.0"