sceller 0.1.1

An ECS crate written in Rust based on the tutorial series by Brooks Builds on Youtube.
Documentation
[dependencies.eyre]
version = "0.6.8"

[dependencies.thiserror]
version = "1.0.31"

[package]
authors = ["loafoflead"]
description = "An ECS crate written in Rust based on the tutorial series by Brooks Builds on Youtube."
edition = "2021"
exclude = ["tests/*"]
homepage = "https://github.com/loafoflead/secs"
keywords = ["ecs", "dod"]
license = "MIT"
name = "sceller"
readme = "README.md"
repository = "https://github.com/loafoflead/secs"
resolver = "2"
version = "0.1.1"