hex2d-dpcext 0.0.9

dpc's hacky extensions to hex2d-rs library
Documentation
[package]
name = "hex2d-dpcext"
version = "0.0.9"
authors = [ "Dawid Ciężarkiewicz <dpc@dpc.pw>" ]
description = "dpc's hacky extensions to hex2d-rs library"
documentation = "http://dpc.github.io/hex2d-dpcext-rs/"
repository = "https://github.com/dpc/hex2d-dpcext-rs"
homepage = "https://github.com/dpc/hex2d-dpcext-rs"
readme = "README.md"
keywords = ["game", "map", "hex"]
license = "MIT"

[lib]
name = "hex2d_dpcext"
path = "src/lib.rs"

[dependencies]
num = "*"
rand = "*"
hex2d = "*"