# 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] edition = "2018" name = "amethyst_gltf" version = "0.15.3" authors = ["Rhuagh ", "Amethyst Foundation "] description = "GLTF asset loading" homepage = "https://amethyst.rs/" documentation = "https://docs.amethyst.rs/stable/amethyst_gltf/" license = "MIT/Apache-2.0" repository = "https://github.com/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] version = "0.15" features = ["KHR_lights_punctual"] [dependencies.hibitset] version = "0.6.2" features = ["parallel"] [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] version = "1.0" features = ["derive"] [dependencies.thread_profiler] version = "0.3" optional = true [features] empty = ["amethyst_rendy/empty"] metal = ["amethyst_rendy/metal"] profiler = ["thread_profiler/thread_profiler"] vulkan = ["amethyst_rendy/vulkan", "amethyst_rendy/vulkan-x11"] [badges.travis-ci] repository = "amethyst/amethyst"