[package] name = "egui-vulkano" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] vulkano = { git = "https://github.com/vulkano-rs/vulkano.git", branch = "master" } vulkano-shaders = { git = "https://github.com/vulkano-rs/vulkano.git", branch = "master" } egui = "0.27.1" image = "0.25.0" ahash = "0.8.11" egui-winit = "0.27.1" winit = { version = "0.29.15",features = ["rwh_05"] }