stevenarella/src/types
iceiix 90aaeaf16a
Support beta Rust release. Closes #8 (#11)
* Remove seemingly unneeded const on MetadataKey<T> new

* Change biome temperature/moisture to integer, x100 to remove floating-point so can use within stable 'const fn'

* Remove unstable const_fn feature, now using stable const fn: see https://www.reddit.com/r/rust/comments/9msqfn/const_fn_soon_on_stable_rust/

* Test on Rust beta (awaiting 1.31 release for stable)

* Update readme for beta Rust support
2018-11-02 16:57:23 -07:00
..
bit Fixed another batch of clippy warnings 2016-09-15 15:15:52 +01:00
hash.rs Initial block model support 2016-03-24 15:39:57 +00:00
metadata.rs Support beta Rust release. Closes #8 (#11) 2018-11-02 16:57:23 -07:00
mod.rs Replace usages of x,y,z for block positions with Position 2016-04-03 20:53:40 +01:00
nibble.rs Implement chunk loading 2016-03-21 14:05:13 +00:00