specs-visitor 0.3.0

Utilities for visiting entities in an ECS that is using the specs library.
Documentation
[dependencies.rayon]
optional = true
version = "1.0.3"

[dependencies.specs]
default_features = false
version = "0.14.3"

[features]
default = ["parallel"]
parallel = ["rayon", "specs/parallel"]
test-render-graphs = []

[package]
authors = ["David Flemström <david.flemstrom@gmail.com>"]
description = "Utilities for visiting entities in an ECS that is using the specs library."
edition = "2018"
license = "MIT"
name = "specs-visitor"
repository = "https://github.com/dflemstr/tin"
version = "0.3.0"