gltf_kun 0.0.4

Extensible library for building glTF toolchains.
Documentation
1
2
3
4
use crate::graph::glxf::GlxfGraph;

#[derive(Default)]
pub struct GlxfDocument(pub GlxfGraph);