[go: up one dir, main page]

gltf-json 1.4.0

JSON parsing for the gltf crate
Documentation
1
2
3
4
5
6
use gltf_derive::Validate;
use serde_derive::{Deserialize, Serialize};

/// Metadata about the glTF asset.
#[derive(Clone, Debug, Default, Deserialize, Serialize, Validate)]
pub struct Asset {}