simplecs 0.1.0

A simple entity-component system, focusing on simplicity and ergonomics.
Documentation
1
2
3
4
5
6
7
8
9
[package]
name = "simplecs"
version = "0.1.0"
edition = "2024"
author = "Buzzac"
license = "MIT OR Apache-2.0"
description = "A simple entity-component system, focusing on simplicity and ergonomics."

[dependencies]