22 lines
637 B
TOML
22 lines
637 B
TOML
[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-common" = { path = "../librashader-common" }
|
|
"librashader-presets" = { path = "../librashader-presets" }
|
|
"librashader-preprocess" = { path = "../librashader-preprocess" }
|
|
"librashader-reflect" = { path = "../librashader-reflect" }
|
|
rustc-hash = "1.1.0"
|
|
|
|
[dependencies.windows]
|
|
version = "0.43.0"
|
|
features = [
|
|
"Win32_Foundation",
|
|
"Win32_Graphics_Dxgi_Common",
|
|
"Win32_Graphics_Direct3D",
|
|
"Win32_Graphics_Direct3D11",
|
|
] |