Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2019-04-21 | 594 Bytes | |
Version 0.12.0 source code.tar.gz | 2019-04-21 | 67.1 kB | |
Version 0.12.0 source code.zip | 2019-04-21 | 107.1 kB | |
Totals: 3 Items | 174.8 kB | 0 |
2019-04-21
Added
- New image format variants
B8G8R8
andB8G8R8A8
. - New export example.
Changed
- The crate now builds with Rust 2018 edition.
Extras
are now exposed asRawValue
.Index
now implementsCopy
.- Meshes will no longer report a zero byte stride.
- Updated the following dependendies:
- approx
- base64
- cgmath
- image
- lazy_static
- proc_macro2
- quote
- syn
Fixed
- Removed an unused field in
Accessor
which was a cause of poor performance. - Borrow checker complaint regarding
Glb::from_reader
.