doryen-fov 0.1.1

A pure rust library containing 2D field of view algorithms for roguelikes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "doryen-fov"

version = "0.1.1"

authors = ["jice <jice.nospam@gmail.com>"]

edition = "2018"

description = "A pure rust library containing 2D field of view algorithms for roguelikes."

license = "MIT"

documentation = "https://docs.rs/doryen-fov"

repository = "https://github.com/jice-nospam/doryen-fov"

keywords = ["roguelike", "console", "field_of_view", "fov"]



[dependencies]



[dev-dependencies]

doryen-rs = "1.*"

rand = "0.6.*"