mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
4 lines
272 B
XML
4 lines
272 B
XML
//! This crate exists to allow platform and feature specific features work correctly. The features
|
|
//! enabled on this crate are only enabled on `windows`, `target_os = "linux"`, and `target_os = "android"`
|
|
//! platforms. See wgpu-hal's `Cargo.toml` for more information.
|