Debian Patches

Status for rust-wgpu-types/29.0.3-1

Patch Description Author Forwarded Bugs Origin Last update
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-01
relax-deps.patch relax dependency versions Nadzeya Hutsko <nadzeya@debian.org> not-needed 2026-07-01
remove-wasm32-arch.patch Remove wasm32 architecture from Cargo.toml Nadzeya Hutsko <nadzeya@debian.com> not-needed 2026-07-01

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

Links