hextile 0.1.2

Handles coordinate math and other logic for hexagonal game maps
Documentation
[package]
name = "hextile"
version = "0.1.2"
edition = "2021"
authors = ["Fernando A. Fraticelli <53105809+mrtelecaster@users.noreply.github.com>"]
description = "Handles coordinate math and other logic for hexagonal game maps"
repository = "https://github.com/mrtelecaster/hexmap"
license = "GPL-3.0-or-later"
keywords = ["gamedev", "hexagon"]
categories = ["data-structures", "game-development"]


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
lerp = { version="0.5" }
serde = { version="1", features=["derive"] }
bevy = { version="0.11", optional=true }

[features]
bevy = ["dep:bevy"]