[package] name = "quantized-mesh-decoder" version = "0.1.0" edition = "2021" authors = ["ZhenYu Qiu"] license = "MIT" description = "Rust decoder for the Quantized Mesh format" homepage = "https://github.com/catnuko/houtu/tree/dev/quantized-mesh-decoder" repository = "https://github.com/catnuko/houtu" documentation = "https://github.com/catnuko/houtu/blob/dev/quantized-mesh-decoder/README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] byteorder = "1"