26 lines
804 B
Plaintext

cargo:rustc-check-cfg=cfg(native)
cargo:rustc-cfg=native
cargo:rustc-check-cfg=cfg(Emscripten)
cargo:rustc-check-cfg=cfg(web)
cargo:rustc-check-cfg=cfg(send_sync)
cargo:rustc-cfg=send_sync
cargo:rustc-check-cfg=cfg(webgpu)
cargo:rustc-check-cfg=cfg(webgl)
cargo:rustc-check-cfg=cfg(dx12)
cargo:rustc-check-cfg=cfg(metal)
cargo:rustc-check-cfg=cfg(vulkan)
cargo:rustc-cfg=vulkan
cargo:rustc-check-cfg=cfg(gles)
cargo:rustc-check-cfg=cfg(noop)
cargo:rustc-check-cfg=cfg(wgpu_core)
cargo:rustc-cfg=wgpu_core
cargo:rustc-check-cfg=cfg(naga)
cargo:rustc-cfg=naga
cargo:rustc-check-cfg=cfg(static_dxc)
cargo:rustc-check-cfg=cfg(supports_64bit_atomics)
cargo:rustc-cfg=supports_64bit_atomics
cargo:rustc-check-cfg=cfg(custom)
cargo:rustc-check-cfg=cfg(std)
cargo:rustc-cfg=std
cargo:rustc-check-cfg=cfg(no_std)