[go: up one dir, main page]

Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[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"