aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: bdcf7f3ad74f9b95f42e9e47eb9837d4d98013f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "tanks"
version = "0.2.0"
edition = "2021"

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

bevy_rapier2d = { version = "0.16.0", features = ["enhanced-determinism", "serde-serialize"] }

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

bevy_ggrs = { git = "https://github.com/thwischm/bevy_ggrs", rev = "3495dc6" }
ggrs = { git = "https://github.com/gschup/ggrs", features = ["sync-send"] }
bytemuck = "1.11.0"
structopt = "0.3.26"
bincode = "1.3.3"