shadowcast 0.1.1

Implementation of the recursive shadowcast visible-area detection algorithm
Documentation
[package]
name = "shadowcast"
description = "Implementation of the recursive shadowcast visible-area detection algorithm"
version = "0.1.1"
authors = ["Stephen Sherratt <sfsherratt@gmail.com>"]
license = "MIT"
documentation = "https://docs.rs/shadowcast"
repository = "https://github.com/stevebob/shadowcast.git"
homepage = "https://github.com/stevebob/shadowcast.git"
readme = "README.md"

[dependencies]
direction = "0.13"
grid_2d = "0.7"
num = { version = "0.1", default-features = false }