[package]
name = "gltf"
version = "0.10.0"
authors = ["David Harvey-Macaulay <alteous@outlook.com>"]
include = ["Cargo.toml", "examples/*.bin", "examples/*.glb", "examples/*.gltf", "src/*.rs"]
description = "glTF 2.0 loader"
homepage = "https://github.com/gltf-rs/gltf"
documentation = "https://docs.rs/gltf"
readme = "README.md"
keywords = ["glTF", "3D", "asset", "model", "scene"]
license = "MIT/Apache-2.0"
repository = "https://github.com/gltf-rs/gltf"
[[example]]
name = "gltf-display"
path = "examples/display/main.rs"
[[example]]
name = "gltf-tree"
path = "examples/tree/main.rs"
required-features = ["names"]
[dependencies.byteorder]
version = "1.1"
[dependencies.cgmath]
version = "0.15"
[dependencies.gltf-json]
version = "0.10.0"
[dependencies.lazy_static]
version = "0.2"
[dev-dependencies.approx]
version = "0.1.1"
[features]
default = []
extras = ["gltf-json/extras"]
names = ["gltf-json/names"]
[badges.travis-ci]
repository = "gltf-rs/gltf"