[badges.appveyor]
repository = "amethyst/amethyst"
[badges.travis-ci]
repository = "amethyst/amethyst"
[dependencies.amethyst_animation]
version = "0.5.0"
[dependencies.amethyst_assets]
version = "0.6.0"
[dependencies.amethyst_core]
version = "0.5.0"
[dependencies.amethyst_renderer]
version = "0.10.0"
[dependencies.base64]
version = "0.9"
[dependencies.fnv]
version = "1"
[dependencies.gfx]
version = "0.17"
[dependencies.gltf]
version = "0.11"
[dependencies.hibitset]
features = ["parallel"]
version = "0.5.1"
[dependencies.itertools]
version = "0.7"
[dependencies.log]
version = "0.4"
[dependencies.mikktspace]
version = "0.1"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.thread_profiler]
optional = true
version = "0.3"
[features]
nightly = ["amethyst_core/nightly"]
profiler = ["thread_profiler/thread_profiler"]
[package]
authors = ["Rhuagh <seamonr@gmail.com>"]
description = "GLTF asset loading"
documentation = "https://www.amethyst.rs/doc/master/doc/amethyst_gltf/"
edition = "2018"
homepage = "https://www.amethyst.rs/"
license = "MIT/Apache-2.0"
name = "amethyst_gltf"
repository = "https://github.com/amethyst/amethyst"
version = "0.5.0"