easy-gltf 1.1.5

glTF 2.0 loader with an easy to use output
Documentation
[dependencies.base64]
version = "0.22"

[dependencies.cgmath]
version = "0.18"

[dependencies.gltf]
features = ["KHR_lights_punctual"]
version = "1.4"

[dependencies.image]
default-features = false
features = ["jpeg", "png"]
version = "0.25"

[features]
default = []
extras = ["gltf/extras"]
names = ["gltf/names"]
vertex-color = []

[lib]
name = "easy_gltf"
path = "src/lib.rs"

[package]
authors = ["Florian Amsallem <florian.amsallem@epita.fr>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "glTF 2.0 loader with an easy to use output"
documentation = "https://docs.rs/easy-gltf"
edition = "2024"
exclude = [".github/"]
homepage = "https://github.com/flomonster/easy-gltf"
keywords = ["glTF", "3D", "asset", "model", "scene"]
license = "MIT"
name = "easy-gltf"
readme = "README.md"
repository = "https://github.com/flomonster/easy-gltf"
version = "1.1.5"