# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "cart-tmp-wgc" version = "0.1.0" authors = ["wgpu developers"] description = "WebGPU core logic on gfx-hal" homepage = "https://github.com/gfx-rs/wgpu" keywords = ["graphics"] license = "MPL-2.0" repository = "https://github.com/gfx-rs/wgpu" [lib] [dependencies.arrayvec] version = "0.5" [dependencies.bitflags] version = "1.0" [dependencies.cart-tmp-gdesc] version = "0.1.0" [dependencies.cart-tmp-gmem] version = "0.1.0" [dependencies.cart-tmp-nga] version = "0.1.0" [dependencies.copyless] version = "0.1" [dependencies.fxhash] version = "0.2" [dependencies.gfx-backend-empty] version = "0.5" [dependencies.hal] version = "0.5.3" package = "gfx-hal" [dependencies.log] version = "0.4" [dependencies.parking_lot] version = "0.10" [dependencies.raw-window-handle] version = "0.3" optional = true [dependencies.ron] version = "0.5" optional = true [dependencies.serde] version = "1.0" features = ["serde_derive"] optional = true [dependencies.smallvec] version = "1" [dependencies.spirv_headers] version = "1.4.2" [dependencies.thread-id] version = "3" optional = true [dependencies.tracing] version = "0.1" features = ["std"] default-features = false [dependencies.tracing-subscriber] version = "0.2" optional = true [dependencies.vec_map] version = "0.8.1" [dependencies.wgt] version = "0.1.0" package = "cart-tmp-wgt" [dev-dependencies.loom] version = "0.3" [features] default = [] replay = ["serde", "wgt/replay"] serial-pass = ["serde", "wgt/serde", "arrayvec/serde"] subscriber = ["thread-id", "tracing-subscriber"] trace = ["ron", "serde", "wgt/trace"] [target."cfg(all(unix, not(target_os = \"ios\"), not(target_os = \"macos\")))".dependencies.gfx-backend-vulkan] version = "0.5.9" [target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies.gfx-backend-metal] version = "0.5.4" [target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies.gfx-backend-vulkan] version = "0.5.9" optional = true [target."cfg(any(target_os = \"linux\", target_os = \"macos\", target_os = \"windows\", target_os = \"dragonfly\", target_os = \"freebsd\"))".dependencies.battery] version = "0.7" optional = true [target."cfg(windows)".dependencies.gfx-backend-dx11] version = "0.5" [target."cfg(windows)".dependencies.gfx-backend-dx12] version = "0.5.8" [target."cfg(windows)".dependencies.gfx-backend-vulkan] version = "0.5.9"