miel 0.2.0

A simple rendering framework leveraging the Vulkan API
Documentation
1
2
3
4
5
6
7
8
9
// re-exports
pub use ash;
pub use winit;

pub mod application;
pub mod gfx;
pub mod utils;

mod debug;