[package] name = "milim_vulkan" version = "0.1.1" authors = ["Rafael Coutinho Matos <7291598-rafaelcout@users.noreply.gitlab.com>"] edition = "2018" license = "Apache-2.0" documentation = "https://docs.rs/milim_vulkan" description = "Pure Vulkan bindings generated from Vulkan-Headers!" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] libloading = "0.7" [build-dependencies] bindgen = "0.57.0"