//! A renderer toy project! I hope to hide the fact that it only supports
//! Vulkan from you in the hopes it one day supports more. It barely even
//! supports that...
//!//! See renderer crate for how to use.
#[macro_use]externcrate memoffset;#[macro_use]externcrate derive_builder;pubmoderror;pubmodimage_data;pubmodrenderer;