zero_ecs 0.3.2

Entity Component System (ECS), using only zero-cost abstractions
Documentation
[package]
name = "zero_ecs"
version = "0.3.2"
edition = "2021"
description = "Entity Component System (ECS), using only zero-cost abstractions"
repository = "https://github.com/JohanNorberg/zero_ecs"
documentation = "https://github.com/JohanNorberg/zero_ecs#readme"
license = "MIT OR Apache-2.0"
authors = ["Johan Norberg <johan.norberg@jepono.se>"]
keywords = ["ecs", "zero_ecs"]
categories = ["game-development", "data-structures"]
readme = "README.md"

[dependencies]
zero_ecs_macros = { path = "../zero_ecs_macros", version = "0.3.2" }
itertools = "0.12.1"
rayon = "1.9.0"
macro_magic = { version = "0.6.0", features = ["proc_support"] }
derive_more = { version = "2.0.1", features = ["full"] }

extend = "1.2.0"