| Crates.io | wgpu-core-deps-windows-linux-android |
| lib.rs | wgpu-core-deps-windows-linux-android |
| version | 26.0.0 |
| created_at | 2025-04-10 16:24:23.359812+00 |
| updated_at | 2025-07-10 00:54:04.490544+00 |
| description | Feature unification helper crate for the Windows/Linux/Android platforms |
| homepage | https://wgpu.rs/ |
| repository | https://github.com/gfx-rs/wgpu |
| max_upload_size | |
| id | 1628564 |
| size | 27,527 |
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.