# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "easy-gltf" version = "1.1.2" authors = ["Florian Amsallem "] exclude = [".github/"] description = "glTF 2.0 loader with an easy to use output" homepage = "https://github.com/flomonster/easy-gltf" documentation = "https://docs.rs/easy-gltf" readme = "README.md" keywords = [ "glTF", "3D", "asset", "model", "scene", ] license = "MIT" repository = "https://github.com/flomonster/easy-gltf" [dependencies.base64] version = "0.22.0" [dependencies.cgmath] version = "0.18.0" [dependencies.gltf] version = "1.4.0" features = ["KHR_lights_punctual"] [dependencies.image] version = "0.25.0" [features] default = [] extras = ["gltf/extras"] names = ["gltf/names"]