Go to file
Ryan a9005d7a59 Make slotmap keys unique
This lets us use slotmap keys between different instances of the slotmap
without unspecified behavior happening. Also, we no longer have to worry
about version overflow. The downside is that the keys are now 12 bytes
instead of 8, but this is an acceptable trade if it means fewer bugs.
2022-05-07 01:05:23 -07:00
build Rip out the ECS. 2022-04-29 00:48:41 -07:00
data Rip out the ECS. 2022-04-29 00:48:41 -07:00
examples Use the block state API in chunk.rs. 2022-04-30 19:05:38 -07:00
src Make slotmap keys unique 2022-05-07 01:05:23 -07:00
.gitignore move from private repo 2022-04-14 14:55:45 -07:00
Cargo.toml Add block state generator 2022-04-17 17:04:39 -07:00
LICENSE.txt prepare for crates.io 2022-01-20 06:39:49 -08:00
README.md prepare for crates.io 2022-01-20 06:39:49 -08:00
rustfmt.toml move from private repo 2022-04-14 14:55:45 -07:00

valence

Coming soon to a package manager near you!

(Valence is a WIP Rust library.)