hexmap 0.1.0

A crate for creating and working with hex-based tile maps.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[package]
authors = ["Trevor Coleman <trevor@trevorcoleman.design>"]
categories = ["game-development"]
description = "A crate for creating and working with hex-based tile maps."
edition = "2021"
keywords = ["gamedev", "hex", "tile", "map"]
license = "Apache-2.0"
name = "hexmap"
repository = "https://github.com/trevor-coleman/hexmap"
resolver = "2"
version = "0.1.0"