[package] name = "khors" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.80" winit = { version = "0.29.15",features = ["rwh_05"] } vulkano = { git = "https://github.com/vulkano-rs/vulkano.git", branch = "master" } vulkano-shaders = { git = "https://github.com/vulkano-rs/vulkano.git", branch = "master" } vulkano-util = { git = "https://github.com/vulkano-rs/vulkano.git", branch = "master" } flax = { version = "0.6.2", features = ["derive", "serde", "tokio", "tracing"] } flume = "0.11.0" parking_lot = "0.12.1" downcast-rs = "1.2.0" serde = { version = "1.0.197", features = ["derive"] } serde-lexpr = "0.1.3" tokio = { version = "1.36.0", features = ["full"] } notify = "6.1.1" notify-debouncer-mini = "0.4.1" steel-core = { git="https://github.com/mattwparas/steel.git", branch = "master" } steel-derive = { git="https://github.com/mattwparas/steel.git", branch = "master" } egui = "0.27.1" image = "0.25.0" ahash = "0.8.11" egui-winit = "0.27.1"