Docs.rs
wgpu-25.0.0
wgpu 25.0.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
kvark
grovesNL
cwfitzgerald
github:gfx-rs:wgpu
Dependencies
arrayvec ^0.7.6
normal
bitflags ^2.9
normal
document-features ^0.2.11
normal
hashbrown ^0.15.2
normal
log ^0.4
normal
naga ^25.0.0
normal
optional
parking_lot ^0.12.1
normal
profiling ^1
normal
raw-window-handle ^0.6
normal
static_assertions ^1.1.0
normal
wgpu-core ^25.0.0
normal
optional
wgpu-types ^25.0.0
normal
bytemuck ^1.22
dev
cfg_aliases ^0.2.1
build
js-sys ^0.3.70
normal
smallvec ^1
normal
optional
wasm-bindgen ^0.2.97
normal
wasm-bindgen-futures ^0.4.45
normal
optional
web-sys ^0.3.74
normal
wgpu-core ^25.0.0
normal
optional
wgpu-hal ^25.0.0
normal
optional
smallvec ^1
normal
wgpu-core ^25.0.0
normal
wgpu-hal ^25.0.0
normal
portable-atomic ^1
normal
smallvec ^1
normal
wgpu-core ^25.0.0
normal
wgpu-hal ^25.0.0
normal
Versions
100%
of the crate is documented
Platform
wasm32-unknown-unknown
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
wgpu
25.0.0
Wasm
NotSend
Implementors
In crate wgpu
wgpu
Trait
WasmNotSend
Copy item path
Source
pub trait WasmNotSend:
Send
{ }
Implementors
§
Source
§
impl<T>
WasmNotSend
for T
where T:
Send
,