wgpu_core_deps_windows_linux_android/
lib.rs

1//! This crate exists to allow platform and feature specific features work correctly. The features
2//! enabled on this crate are only enabled on `windows`, `target_os = "linux"`, and `target_os = "android"`
3//! platforms. See wgpu-hal's `Cargo.toml` for more information.