border-wars/crates/border-wars/Cargo.toml
CoCo_Sol c8ad4818ab
All checks were successful
Rust Checks / checks (push) Successful in 1m12s
Rust Checks / checks (pull_request) Successful in 1m11s
save
2024-02-16 22:40:13 +01:00

20 lines
376 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"
num = "0.4.1"
partial-min-max = "0.4.0"
paste = "1.0.14"