reflect: fix feature flag for dxil
This commit is contained in:
parent
07d9869f85
commit
c475a4cd9d
56
Cargo.lock
generated
56
Cargo.lock
generated
|
@ -748,9 +748,9 @@ name = "librashader"
|
|||
version = "0.1.0-beta.19"
|
||||
dependencies = [
|
||||
"ash",
|
||||
"librashader-common 0.1.0-beta.19",
|
||||
"librashader-common",
|
||||
"librashader-preprocess",
|
||||
"librashader-presets 0.1.0-beta.19",
|
||||
"librashader-presets",
|
||||
"librashader-reflect",
|
||||
"librashader-runtime",
|
||||
"librashader-runtime-d3d11",
|
||||
|
@ -774,15 +774,6 @@ dependencies = [
|
|||
"windows",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "librashader-common"
|
||||
version = "0.1.0-beta.18"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3aadd673bb1827a07d627f6ccc5937060a713168578220e68815cac4d4e67fe3"
|
||||
dependencies = [
|
||||
"num-traits",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "librashader-common"
|
||||
version = "0.1.0-beta.19"
|
||||
|
@ -799,33 +790,20 @@ version = "0.1.0-beta.19"
|
|||
dependencies = [
|
||||
"encoding_rs",
|
||||
"glob",
|
||||
"librashader-common 0.1.0-beta.19",
|
||||
"librashader-presets 0.1.0-beta.16",
|
||||
"librashader-common",
|
||||
"librashader-presets",
|
||||
"nom",
|
||||
"rayon",
|
||||
"rustc-hash",
|
||||
"thiserror",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "librashader-presets"
|
||||
version = "0.1.0-beta.16"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b898f8adfa451e1a6b3d17c8c30b2e0273a5fbe1e88050379c930f750cb7342c"
|
||||
dependencies = [
|
||||
"librashader-common 0.1.0-beta.18",
|
||||
"nom",
|
||||
"nom_locate",
|
||||
"num-traits",
|
||||
"thiserror",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "librashader-presets"
|
||||
version = "0.1.0-beta.19"
|
||||
dependencies = [
|
||||
"glob",
|
||||
"librashader-common 0.1.0-beta.19",
|
||||
"librashader-common",
|
||||
"nom",
|
||||
"nom_locate",
|
||||
"num-traits",
|
||||
|
@ -838,9 +816,9 @@ version = "0.1.0-beta.19"
|
|||
dependencies = [
|
||||
"bitflags",
|
||||
"bytemuck",
|
||||
"librashader-common 0.1.0-beta.19",
|
||||
"librashader-common",
|
||||
"librashader-preprocess",
|
||||
"librashader-presets 0.1.0-beta.19",
|
||||
"librashader-presets",
|
||||
"librashader-spirv-cross",
|
||||
"naga",
|
||||
"rspirv",
|
||||
|
@ -856,9 +834,9 @@ version = "0.1.0-beta.19"
|
|||
dependencies = [
|
||||
"bytemuck",
|
||||
"image",
|
||||
"librashader-common 0.1.0-beta.19",
|
||||
"librashader-common",
|
||||
"librashader-preprocess",
|
||||
"librashader-presets 0.1.0-beta.19",
|
||||
"librashader-presets",
|
||||
"librashader-reflect",
|
||||
"num-traits",
|
||||
"rustc-hash",
|
||||
|
@ -871,9 +849,9 @@ dependencies = [
|
|||
"array-concat",
|
||||
"bytemuck",
|
||||
"gfx-maths",
|
||||
"librashader-common 0.1.0-beta.19",
|
||||
"librashader-common",
|
||||
"librashader-preprocess",
|
||||
"librashader-presets 0.1.0-beta.19",
|
||||
"librashader-presets",
|
||||
"librashader-reflect",
|
||||
"librashader-runtime",
|
||||
"librashader-spirv-cross",
|
||||
|
@ -892,9 +870,9 @@ dependencies = [
|
|||
"bitvec",
|
||||
"bytemuck",
|
||||
"gfx-maths",
|
||||
"librashader-common 0.1.0-beta.19",
|
||||
"librashader-common",
|
||||
"librashader-preprocess",
|
||||
"librashader-presets 0.1.0-beta.19",
|
||||
"librashader-presets",
|
||||
"librashader-reflect",
|
||||
"librashader-runtime",
|
||||
"librashader-spirv-cross",
|
||||
|
@ -912,9 +890,9 @@ dependencies = [
|
|||
"bytemuck",
|
||||
"gl",
|
||||
"glfw 0.47.0",
|
||||
"librashader-common 0.1.0-beta.19",
|
||||
"librashader-common",
|
||||
"librashader-preprocess",
|
||||
"librashader-presets 0.1.0-beta.19",
|
||||
"librashader-presets",
|
||||
"librashader-reflect",
|
||||
"librashader-runtime",
|
||||
"librashader-spirv-cross",
|
||||
|
@ -930,9 +908,9 @@ dependencies = [
|
|||
"ash-window",
|
||||
"bytemuck",
|
||||
"glfw 0.49.1",
|
||||
"librashader-common 0.1.0-beta.19",
|
||||
"librashader-common",
|
||||
"librashader-preprocess",
|
||||
"librashader-presets 0.1.0-beta.19",
|
||||
"librashader-presets",
|
||||
"librashader-reflect",
|
||||
"librashader-runtime",
|
||||
"librashader-spirv-cross",
|
||||
|
|
|
@ -23,6 +23,6 @@ default = [ "line_directives" ]
|
|||
line_directives = []
|
||||
|
||||
[dev-dependencies]
|
||||
librashader-presets = "0.1.0-beta.16"
|
||||
librashader-presets = { path = "../librashader-presets", version = "0.1.0-beta.18" }
|
||||
glob = "0.3.1"
|
||||
rayon = "1.6.1"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
pub mod cross;
|
||||
#[cfg(feature = "dxil")]
|
||||
pub mod dxil;
|
||||
mod spirv;
|
||||
pub mod targets;
|
||||
|
|
Loading…
Reference in a new issue