[package] name = "librashader-runtime-dx11" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] "librashader" = { path = "../librashader" } "librashader-presets" = { path = "../librashader-presets" } "librashader-preprocess" = { path = "../librashader-preprocess" } "librashader-reflect" = { path = "../librashader-reflect" } spirv_cross = { version = "0.23.1", features = [ "hlsl" ] } rustc-hash = "1.1.0"