symmetric-shadowcasting 0.2.0

Simple implementation of the shadow casting FOV algorithm
Documentation
[dependencies.num-rational]
default-features = false
version = "0.3"

[lib]
name = "symmetric_shadowcasting"
path = "src/shadowcast.rs"

[package]
authors = ["Noah Ryan <nsmryan@gmail.com>"]
description = "Simple implementation of the shadow casting FOV algorithm"
edition = "2018"
keywords = ["fov", "roguelike", "shadowcasting"]
license = "CC0-1.0"
name = "symmetric-shadowcasting"
readme = "README.md"
repository = "https://github.com/nsmryan/shadowcasting"
version = "0.2.0"