border-wars/crates/border-wars/Cargo.toml
CoCo_Sol 504a1cd326
All checks were successful
Rust Checks / checks (push) Successful in 2m4s
Start game from the lobby by the admin (#86)
closes: #33
Reviewed-on: fish-canard/border-wars#86
Reviewed-by: Raphaël <r.lauray@outlook.fr>
Co-authored-by: CoCo_Sol <solois.corentin@gmail.com>
Co-committed-by: CoCo_Sol <solois.corentin@gmail.com>
2024-03-31 13:47:25 +00:00

21 lines
401 B
TOML

[package]
name = "border-wars"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0-or-later"
description = "An online turn based game."
repository = "https://git.tipragot.fr/corentin/border-wars.git"
authors = ["CoCoSol"]
[lints]
workspace = true
[dependencies]
bevy = "0.12.1"
bevy_egui = "0.24.0"
noise = "0.8.2"
paste = "1.0.14"
bevnet = { path = "../bevnet" }
serde = "1.0.197"
rand = "0.8.5"