# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.87" name = "wgpu-core-remote" version = "30.0.0" build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "Remoting version of wgpu-core for browser implementing WebGPU" homepage = "https://wgpu.rs/" readme = false keywords = ["graphics"] license = "MIT OR Apache-2.0" repository = "https://github.com/gfx-rs/wgpu" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] targets = [ "x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-pc-windows-msvc", "wasm32-unknown-unknown", ] [features] serde = [ "dep:serde", "wgpu-types/serde", "wgpu-core/serde", ] [lib] name = "wgpu_core_remote" path = "src/lib.rs" [dependencies.raw-window-handle] version = "0.6.2" default-features = false [dependencies.serde] version = "1.0.225" optional = true default-features = false [dependencies.wgpu-core] version = "30.0.0" path = "../wgpu-core" default-features = false [dependencies.wgpu-core-remote-types] version = "30.0.0" path = "../wgpu-core-remote-types" [dependencies.wgpu-hal] version = "30.0.0" path = "../wgpu-hal" default-features = false [dependencies.wgpu-types] version = "30.0.0" path = "../wgpu-types" default-features = false