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

[dependencies]
bevy = { version = "0.8", features = ["dynamic"] }

bevy_rapier2d = "0.16.0"

serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

bevy_ggrs = { git = "https://github.com/paxsethorld/bevy_ggrs", rev = "bc78d31" }