[package] authors = ["Nathan Ringo "] build = "build.rs" categories = ["graphics"] description = "An ash::EntryCustom that directly links to libvulkan.so." edition = "2018" homepage = "https://sr.ht/~remexre/ash-direct-entry" keywords = ["ash", "graphics", "vulkan"] license = "MIT OR Apache-2.0" links = "vulkan" name = "ash-direct-entry" version = "0.2.0" [dependencies] ash = { version = "0.33.0+1.2.186", default-features = false }