gltf_kun 0.0.5

Graph-based glTF processing library.
Documentation
1
2
3
4
5
6
7
8
9
//! The internal directed graph.
//!
//! There are provided graph types for both [glTF](https://github.com/KhronosGroup/glTF) and
//! [glXF](https://github.com/KhronosGroup/glXF) files.

pub mod gltf;
pub mod glxf;

pub use petgraph::graph::NodeIndex;