Expand description
ยงCrystal VK
This library provides convenient abstractions over Vulkan while maintaining its flexibility and control. It is ideal for developers who want to leverage the full power of Vulkan in Rust without delving into the details of manual resource management.
ยง๐ Quick Start
Add crystal-vk to your Cargo.toml dependencies
[dependencies]
crystal-vk = "0.2.0"