[badges.travis-ci]
repository = "amethyst/amethyst"
[dependencies.amethyst_animation]
version = "0.15.3"
[dependencies.amethyst_assets]
version = "0.15.3"
[dependencies.amethyst_core]
version = "0.15.3"
[dependencies.amethyst_error]
version = "0.15.3"
[dependencies.amethyst_rendy]
version = "0.15.3"
[dependencies.base64]
version = "0.11"
[dependencies.derivative]
version = "2.1.1"
[dependencies.err-derive]
version = "0.2.3"
[dependencies.fnv]
version = "1"
[dependencies.gltf]
features = ["KHR_lights_punctual"]
version = "0.15"
[dependencies.hibitset]
features = ["parallel"]
version = "0.6.2"
[dependencies.image]
version = "0.22.2"
[dependencies.itertools]
version = "0.8"
[dependencies.log]
version = "0.4.6"
[dependencies.mikktspace]
version = "0.2.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.thread_profiler]
optional = true
version = "0.3"
[features]
empty = ["amethyst_rendy/empty"]
metal = ["amethyst_rendy/metal"]
profiler = ["thread_profiler/thread_profiler"]
vulkan = ["amethyst_rendy/vulkan", "amethyst_rendy/vulkan-x11"]
[package]
authors = ["Rhuagh <seamonr@gmail.com>", "Amethyst Foundation <contact@amethyst.rs>"]
description = "GLTF asset loading"
documentation = "https://docs.amethyst.rs/stable/amethyst_gltf/"
edition = "2018"
homepage = "https://amethyst.rs/"
license = "MIT/Apache-2.0"
name = "amethyst_gltf"
repository = "https://github.com/amethyst/amethyst"
version = "0.15.3"