kaldera 0.1.0

Lightweight 3D renderer powered by Vulkan
Documentation

extern crate libc;
#[cfg(feature = "with-nalgebra")]
extern crate nalgebra_glm;
#[cfg(feature = "with-gltf")]
extern crate gltf;

pub mod ffi;
pub mod cores;
pub mod vk;
pub mod base;