grid-map 0.1.0-rc.2

This library provides two-dimensional grid maps.
Documentation
[package]
name = "grid-map"
version = "0.1.0-rc.2"
description = "This library provides two-dimensional grid maps."
readme = "README.md"
repository = "https://github.com/nikdeapen/grid-map"
homepage = "https://github.com/nikdeapen/grid-map"
authors = ["Nik Deapen <nik@deapen.com>"]
edition = "2024"
license = "MIT"

[features]
default = ["scale-32", "square"]

scale-8 = []
scale-16 = []
scale-32 = []

square = []
hex-flat = []
hex-pointy = []