mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
* Make `wgpu_core::snatch::LockTrace` fully instead of partially conditional. Now, when `cfg(not(debug_assertions))`, there is no `SNATCH_LOCK_TRACE` thread local, and `LockTrace` has no data fields. * Make `std` usage optional for `wgpu-core`. Adds a `std` feature, enabled by default, to `wgpu-core`. When that feature is disabled, the following functionality is not available: * `Send + Sync` for resources. * `trace` feature. * `observe_locks` feature. * Snatch lock recursive locking assertion.
1.2 KiB
1.2 KiB