1use gltf_derive::Validate; 2use serde_derive::{Deserialize, Serialize}; 3 4/// Metadata about the glTF asset. 5#[derive(Clone, Debug, Default, Deserialize, Serialize, Validate)] 6pub struct Asset {}