This project follows the tutorial at https://vulkan-tutorial.com to draw a Rectangle using Vulkan, GLFW, and Rust.
Find a file
Stephen Seo 9bbc5e156a Unify C headers
Both headers are actually included at the same time by glfw3.h .
2024-03-04 12:08:25 +09:00
src Unify C headers 2024-03-04 12:08:25 +09:00
.gitignore WIP vulkan tutorial to draw a triangle 2024-03-01 14:45:51 +09:00
build.rs Unify C headers 2024-03-04 12:08:25 +09:00
Cargo.lock WIP vulkan tutorial to draw a triangle 2024-03-01 14:45:51 +09:00
Cargo.toml WIP vulkan tutorial to draw a triangle 2024-03-01 14:45:51 +09:00
LICENSE Add MIT LICENCE 2024-03-01 14:51:55 +09:00