gltf_kun 0.0.4

Extensible library for building glTF toolchains.
Documentation
1
2
3
4
5
6
7
8
9
use petgraph::graph::DiGraph;

#[derive(Debug)]
pub enum Weight {}

#[derive(Debug)]
pub enum Edge {}

pub type GlxfGraph = DiGraph<Weight, Edge>;