Specs is an Entity-Component-System library written in Rust, designed for game development and simulation.
# Cargo.toml
[dependencies]
specs = "0.20.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a simple ECS world with a Position component.
Migrate to a maintained ECS library like bevy_ecs.
No dependency data recorded yet.