hv-ecs

Crates.iohv-ecs
lib.rshv-ecs
version0.1.0
sourcesrc
created_at2021-11-12 21:09:12.941379
updated_at2021-11-12 21:09:12.941379
descriptionA wrapper around the `hecs` crate performing reexporting/version patching for Heavy
homepage
repositoryhttps://github.com/sdleffler/hv-dev
max_upload_size
id481114
size251,799
Shea Leffler (sdleffler)

documentation

https://docs.rs/hv-ecs

README

Heavy ECS - hecs shim

This crate exists to provide a shim between hecs and Heavy, for the reason that at current Heavy depends on several extensions to hecs we hope to upstream soon. Until that happens, this crate contains direct copy of our fork of the hecs source code, subject to the same license as hecs itself.

Once the fork is upstreamed this crate will become a single module with a single line that reexports hecs.

This is not expected to be used outside of Heavy.

Commit count: 187

cargo fmt