Files
phos-neo/engine/hex/Cargo.toml
Amatsugu 13a74f7620
Some checks failed
Rust / build (push) Failing after 4s
refactoring hex coords
2026-03-14 19:56:01 -04:00

9 lines
145 B
TOML

[package]
name = "hex"
version = "0.1.0"
edition = "2024"
[dependencies]
bevy = "0.18.1"
serde = { version = "1.0.228", features = ["derive"] }