13 lines
372 B
Plaintext

cargo:rustc-check-cfg=cfg(dot_out)
cargo:rustc-check-cfg=cfg(glsl_out)
cargo:rustc-check-cfg=cfg(hlsl_out)
cargo:rustc-cfg=hlsl_out
cargo:rustc-check-cfg=cfg(msl_out)
cargo:rustc-check-cfg=cfg(spv_out)
cargo:rustc-cfg=spv_out
cargo:rustc-check-cfg=cfg(wgsl_out)
cargo:rustc-cfg=wgsl_out
cargo:rustc-check-cfg=cfg(std)
cargo:rustc-cfg=std
cargo:rustc-check-cfg=cfg(no_std)