Debian Patches

Status for rust-wgpu-types/30.0.0-1

Patch Description Author Forwarded Bugs Origin Last update
relax-deps.patch relax dependency versions Nadzeya Hutsko <nadzeya@debian.org> not-needed 2026-07-03
remove-wasm32-arch.patch Remove wasm32 architecture from Cargo.toml Nadzeya Hutsko <nadzeya@debian.com> not-needed 2026-07-03
fix-write-only-test.patch Gate write_only unit tests behind the "std" feature The crate is #![no_std] and only links the standard library when the
"std" feature is enabled. The write_only tests use
std::panic::catch_unwind (which lives in std, not core/alloc), so
building the tests without the "std" feature fails to resolve
`std`. Gate the test module on the "std" feature so it is only
compiled when std is actually available
Nadzeya Hutsko <nadzeya@debian.org> yes 2026-07-03
remove-exhaust-dependency.patch Remove the optional exhaust dependency The exhaust crate is not packaged in Debian. It is only used to
derive exhaust::Exhaust on a few texture-format enums (behind the
"exhaust" feature and in tests) so that the unit tests can iterate
over every TextureFormat variant. Drop the "exhaust" feature and the
related tests
Nadzeya Hutsko <nadzeya@debian.org> not-needed 2026-07-05
hashbrown-0.16.patch Relax hashbrown to support v0.16 Nadzeya Hutsko <nadzeya@debian.org> not-needed 2026-07-03

All known versions for source package 'rust-wgpu-types'

Links