18 lines
598 B
Plaintext
18 lines
598 B
Plaintext
cargo:rustc-check-cfg=cfg(native)
|
|
cargo:rustc-cfg=native
|
|
cargo:rustc-check-cfg=cfg(send_sync)
|
|
cargo:rustc-cfg=send_sync
|
|
cargo:rustc-check-cfg=cfg(webgl)
|
|
cargo:rustc-check-cfg=cfg(Emscripten)
|
|
cargo:rustc-check-cfg=cfg(dx12)
|
|
cargo:rustc-check-cfg=cfg(gles)
|
|
cargo:rustc-check-cfg=cfg(gles_with_std)
|
|
cargo:rustc-check-cfg=cfg(metal)
|
|
cargo:rustc-check-cfg=cfg(vulkan)
|
|
cargo:rustc-cfg=vulkan
|
|
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(supports_ptr_atomics)
|
|
cargo:rustc-cfg=supports_ptr_atomics
|