world_dispatcher 1.2.0

Provides the System part of a full ECS, along with a fast dispatcher and world container.
Documentation
[dependencies.atomic_refcell_try]
version = "0.2.0"

[dependencies.downcast-rs]
version = "1.2"

[dependencies.rayon]
optional = true
version = "1.4.0"

[dependencies.thread_profiler]
optional = true
version = "0.3.0"
[dev-dependencies.wasm-bindgen-test]
version = "0.3"

[features]
big_systems = []
parallel = ["rayon"]
profiler = ["thread_profiler", "thread_profiler/thread_profiler"]

[package]
authors = ["Joël Lupien (Jojolepro) <jojolepro@jojolepro.com>"]
categories = ["game-engines"]
description = "Provides the System part of a full ECS, along with a fast dispatcher and world container."
edition = "2018"
exclude = ["doc"]
keywords = ["game", "ecs"]
license = "Apache-2.0"
name = "world_dispatcher"
repository = "https://github.com/jojolepro/world_dispatcher/"
version = "1.2.0"