cad_viewer 0.2.0

A simple CAD viewer for visualizing 3D/CAD data based on the cad_import library.
1
2
3
4
5
mod buffer;
mod gpu_data;
mod gpu_mesh;

pub use gpu_data::GPUData;