khors/vendor/egui-vulkano/Cargo.toml

16 lines
481 B
TOML
Raw Normal View History

2024-04-01 20:51:39 -06:00
[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"] }