[package]
name = "gltf-json"
version = "0.13.0"
authors = ["David Harvey-Macaulay <alteous@outlook.com>"]
description = "JSON parsing for the gltf crate"
repository = "https://github.com/gltf-rs/gltf"
license = "MIT/Apache-2.0"
edition = "2018"
[dependencies]
gltf-derive = { path = "../gltf-derive", version = "0.13.0" }
serde = "1.0"
serde_derive = "1.0"
serde_json = { features = ["raw_value"], version = "1.0" }
[features]
default = []
names = []
extras = []
KHR_lights_punctual = []
KHR_materials_pbrSpecularGlossiness = []