spatial_table 0.2.0

Bi-directional association between entities and 2D grid locations
Documentation
[package]
name = "spatial_table"
description = "Bi-directional association between entities and 2D grid locations"
version = "0.2.0"
authors = ["Stephen Sherratt <stephen@sherra.tt>"]
edition = "2018"
license = "MIT"
readme = "README.md"
homepage = "https://github.com/stevebob/spatial-table.git"
repository = "https://github.com/stevebob/spatial-table.git"
documentation = "https://docs.rs/spatial_table"

[features]
serialize = ["serde", "entity_table/serialize", "grid_2d/serialize"]

[dependencies]
entity_table = "0.2"
grid_2d = "0.14"
serde = { version = "1.0", features = ["serde_derive"], optional = true }