Crates.io | hv-ecs |
lib.rs | hv-ecs |
version | 0.1.0 |
source | src |
created_at | 2021-11-12 21:09:12.941379 |
updated_at | 2021-11-12 21:09:12.941379 |
description | A wrapper around the `hecs` crate performing reexporting/version patching for Heavy |
homepage | |
repository | https://github.com/sdleffler/hv-dev |
max_upload_size | |
id | 481114 |
size | 251,799 |
hecs
shimThis 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.