wgpu 0.8.0

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

[dependencies.log]
version = "0.4"

[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.wgt]
package = "wgpu-types"
version = "0.8"
[dev-dependencies.bytemuck]
features = ["derive"]
version = "1.4"

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

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

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

[dev-dependencies.naga]
features = ["wgsl-in"]
version = "0.4"

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

[dev-dependencies.obj]
version = "0.10"

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

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

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

[features]
cross = ["wgc/cross"]
default = []
replay = ["serde", "wgc/replay"]
trace = ["serde", "wgc/trace"]
webgl = ["wgc"]

[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.8.0"
[package.metadata.docs.rs]
all-features = true
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.wgc]
features = ["raw-window-handle"]
package = "wgpu-core"
version = "0.8"
[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.async-executor]
version = "1.0"

[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.env_logger]
version = "0.8"

[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.pollster]
version = "0.2"
[target."cfg(target_arch = \"wasm32\")".dependencies.js-sys]
version = "0.3.50"

[target."cfg(target_arch = \"wasm32\")".dependencies.naga]
features = ["wgsl-in", "spv-out"]
version = "0.4"

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

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

[target."cfg(target_arch = \"wasm32\")".dependencies.web-sys]
features = ["Document", "Navigator", "Node", "NodeList", "Gpu", "GpuAdapter", "GpuAdapterFeatures", "GpuAdapterLimits", "GpuAddressMode", "GpuBindGroup", "GpuBindGroupDescriptor", "GpuBindGroupEntry", "GpuBindGroupLayout", "GpuBindGroupLayoutDescriptor", "GpuBindGroupLayoutEntry", "GpuBlendComponent", "GpuBlendFactor", "GpuBlendOperation", "GpuBlendState", "GpuBuffer", "GpuBufferBinding", "GpuBufferBindingLayout", "GpuBufferBindingType", "GpuBufferDescriptor", "GpuBufferUsage", "GpuCanvasContext", "GpuColorDict", "GpuColorTargetState", "GpuColorWrite", "GpuCommandBuffer", "GpuCommandBufferDescriptor", "GpuCommandEncoder", "GpuCommandEncoderDescriptor", "GpuCompareFunction", "GpuCompilationInfo", "GpuCompilationMessage", "GpuCompilationMessageType", "GpuComputePassDescriptor", "GpuComputePassEncoder", "GpuComputePipeline", "GpuComputePipelineDescriptor", "GpuCullMode", "GpuDepthStencilState", "GpuDevice", "GpuDeviceDescriptor", "GpuDeviceLostInfo", "GpuDeviceLostReason", "GpuErrorFilter", "GpuExtent3dDict", "GpuFeatureName", "GpuFilterMode", "GpuFragmentState", "GpuFrontFace", "GpuImageCopyBuffer", "GpuImageCopyImageBitmap", "GpuImageCopyTexture", "GpuImageDataLayout", "GpuIndexFormat", "GpuInputStepMode", "GpuLoadOp", "GpuMapMode", "GpuMultisampleState", "GpuObjectDescriptorBase", "GpuOrigin2dDict", "GpuOrigin3dDict", "GpuOutOfMemoryError", "GpuPipelineDescriptorBase", "GpuPipelineLayout", "GpuPipelineLayoutDescriptor", "GpuPipelineStatisticName", "GpuPowerPreference", "GpuPrimitiveState", "GpuPrimitiveTopology", "GpuProgrammableStage", "GpuQuerySet", "GpuQuerySetDescriptor", "GpuQueryType", "GpuQueue", "GpuRenderBundle", "GpuRenderBundleDescriptor", "GpuRenderBundleEncoder", "GpuRenderBundleEncoderDescriptor", "GpuRenderPassColorAttachment", "GpuRenderPassDepthStencilAttachment", "GpuRenderPassDescriptor", "GpuRenderPassEncoder", "GpuRenderPipeline", "GpuRenderPipelineDescriptor", "GpuRequestAdapterOptions", "GpuSampler", "GpuSamplerBindingLayout", "GpuSamplerBindingType", "GpuSamplerDescriptor", "GpuShaderModule", "GpuShaderModuleDescriptor", "GpuShaderStage", "GpuStencilFaceState", "GpuStencilOperation", "GpuStorageTextureAccess", "GpuStorageTextureBindingLayout", "GpuStoreOp", "GpuSwapChain", "GpuSwapChainDescriptor", "GpuTexture", "GpuTextureAspect", "GpuTextureBindingLayout", "GpuTextureDescriptor", "GpuTextureDimension", "GpuTextureFormat", "GpuTextureSampleType", "GpuTextureUsage", "GpuTextureView", "GpuTextureViewDescriptor", "GpuTextureViewDimension", "GpuUncapturedErrorEvent", "GpuUncapturedErrorEventInit", "GpuValidationError", "GpuVertexAttribute", "GpuVertexBufferLayout", "GpuVertexFormat", "GpuVertexState", "HtmlCanvasElement", "Window"]
version = "=0.3.50"

[target."cfg(target_arch = \"wasm32\")".dependencies.wgc]
features = ["raw-window-handle"]
optional = true
package = "wgpu-core"
version = "0.8"
[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"