Imaging wgpu
wgpu texture rendering traits for imaging backends.
wgpu texture rendering traits for imaging backends.
The default feature set enables wgpu-29. Consumers that need wgpu-27 or wgpu-28
should disable default features and enable the matching version feature.
Workspace-wide --all-features builds enable multiple lanes, so this crate resolves that case
deterministically by exporting wgpu-29 as wgpu. Backends that must stay on an older
wgpu version should use the explicit v27 or v28 module.
This crate is std-only because it depends on wgpu.
Minimum supported Rust Version (MSRV)
This crate has been verified to compile with Rust 1.92 and later.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0), or
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT),
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Contribution
Contributions are welcome by pull request. The Rust code of conduct applies. Please feel free to add your name to the AUTHORS file in any substantive pull request.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.