refactoring hex coords
Some checks failed
Rust / build (push) Failing after 4s

This commit is contained in:
2026-03-14 19:56:01 -04:00
parent 912ee376c6
commit 13a74f7620
5 changed files with 481 additions and 0 deletions

8
engine/hex/Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "hex"
version = "0.1.0"
edition = "2024"
[dependencies]
bevy = "0.18.1"
serde = { version = "1.0.228", features = ["derive"] }