wgpu 0.6.2

Rusty WebGPU API wrapper
Documentation
example = []
[dependencies.arrayvec]
version = "0.5"

[dependencies.futures]
version = "0.3"

[dependencies.parking_lot]
version = "0.11"

[dependencies.raw-window-handle]
version = "0.3"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1"

[dependencies.smallvec]
version = "1"

[dependencies.tracing]
default-features = false
features = ["std"]
version = "0.1"

[dependencies.typed-arena]
version = "2.0.1"

[dependencies.wgt]
package = "wgpu-types"
version = "0.6"
[dev-dependencies.bytemuck]
version = "1"

[dev-dependencies.cgmath]
version = "0.17"

[dev-dependencies.ddsfile]
version = "0.4"

[dev-dependencies.log]
version = "0.4"

[dev-dependencies.noise]
version = "0.6"

[dev-dependencies.png]
version = "0.16"

[dev-dependencies.rand]
features = ["wasm-bindgen"]
version = "0.7.2"

[dev-dependencies.winit]
features = ["web-sys"]
version = "0.22.1"

[features]
default = []
replay = ["serde", "wgc/replay"]
trace = ["serde", "wgc/trace"]
vulkan-portability = ["wgc/gfx-backend-vulkan"]

[lib]

[package]
authors = ["wgpu developers"]
description = "Rusty WebGPU API wrapper"
edition = "2018"
exclude = ["etc/**/*", "examples/**/*", "tests/**/*", "Cargo.lock", "target/**/*"]
homepage = "https://github.com/gfx-rs/wgpu-rs"
keywords = ["graphics"]
license = "MPL-2.0"
name = "wgpu"
repository = "https://github.com/gfx-rs/wgpu-rs"
version = "0.6.2"
[package.metadata.docs.rs]
all-features = true
[target."cfg(all(unix, not(target_os = \"ios\"), not(target_os = \"macos\")))".dependencies.gfx-backend-vulkan]
features = ["x11"]
version = "0.6"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.wgc]
features = ["raw-window-handle"]
package = "wgpu-core"
version = "0.6"
[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.subscriber]
package = "wgpu-subscriber"
version = "0.1"
[target."cfg(target_arch = \"wasm32\")".dependencies.js-sys]
version = "0.3.39"

[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen]
version = "0.2.62"

[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures]
version = "0.4.12"

[target."cfg(target_arch = \"wasm32\")".dependencies.web-sys]
features = ["Document", "Navigator", "Node", "NodeList", "Gpu", "GpuAdapter", "GpuAddressMode", "GpuBindGroup", "GpuBindGroupEntry", "GpuBindGroupDescriptor", "GpuBindGroupLayout", "GpuBindGroupLayoutEntry", "GpuBindGroupLayoutDescriptor", "GpuBlendDescriptor", "GpuBlendFactor", "GpuBlendOperation", "GpuBindingType", "GpuBuffer", "GpuBufferBinding", "GpuBufferCopyView", "GpuBufferDescriptor", "GpuCanvasContext", "GpuColorDict", "GpuColorStateDescriptor", "GpuCommandBuffer", "GpuCommandBufferDescriptor", "GpuCommandEncoder", "GpuCommandEncoderDescriptor", "GpuCompareFunction", "GpuComputePassDescriptor", "GpuComputePassEncoder", "GpuComputePipeline", "GpuComputePipelineDescriptor", "GpuCullMode", "GpuDepthStencilStateDescriptor", "GpuDevice", "GpuDeviceDescriptor", "GpuExtent3dDict", "GpuFilterMode", "GpuFrontFace", "GpuIndexFormat", "GpuInputStepMode", "GpuLimits", "GpuLoadOp", "GpuOrigin3dDict", "GpuPipelineLayout", "GpuPipelineLayoutDescriptor", "GpuPowerPreference", "GpuPrimitiveTopology", "GpuProgrammableStageDescriptor", "GpuQueue", "GpuRasterizationStateDescriptor", "GpuRenderPassColorAttachmentDescriptor", "GpuRenderPassDepthStencilAttachmentDescriptor", "GpuRenderPassDescriptor", "GpuRenderPassEncoder", "GpuRenderPipeline", "GpuRenderPipelineDescriptor", "GpuRequestAdapterOptions", "GpuSampler", "GpuSamplerDescriptor", "GpuShaderModule", "GpuShaderModuleDescriptor", "GpuStencilOperation", "GpuStencilStateFaceDescriptor", "GpuStoreOp", "GpuSwapChain", "GpuSwapChainDescriptor", "GpuTexture", "GpuTextureAspect", "GpuTextureComponentType", "GpuTextureCopyView", "GpuTextureDescriptor", "GpuTextureDimension", "GpuTextureFormat", "GpuTextureViewDescriptor", "GpuTextureViewDimension", "GpuTextureView", "GpuVertexAttributeDescriptor", "GpuVertexBufferLayoutDescriptor", "GpuVertexFormat", "GpuVertexStateDescriptor", "GpuVertexAttributeDescriptor", "HtmlCanvasElement", "Window"]
version = "0.3.39"
[target."cfg(target_arch = \"wasm32\")".dev-dependencies.console_error_panic_hook]
version = "0.1.6"

[target."cfg(target_arch = \"wasm32\")".dev-dependencies.console_log]
version = "0.1.2"
[target."cfg(target_os = \"macos\")".dependencies.objc]
version = "0.2.7"