Source code
Revision control
Copy as Markdown
Other Tools
# 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.76"
name = "wgpu-core-deps-windows"
version = "30.0.0"
authors = ["gfx-rs developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Feature unification helper crate for the Windows/Linux/Android platforms"
readme = "README.md"
keywords = ["graphics"]
license = "MIT OR Apache-2.0"
[features]
drm = ["wgpu-hal/drm"]
dx12 = ["wgpu-hal/dx12"]
gles = ["wgpu-hal/gles"]
renderdoc = ["wgpu-hal/renderdoc"]
vulkan = ["wgpu-hal/vulkan"]
[lib]
name = "wgpu_core_deps_windows"
path = "src/lib.rs"
[target."cfg(windows)".dependencies.wgpu-hal]
version = "30.0.0"
path = "../../../wgpu-hal"
[lints.clippy]
ref_as_ptr = "warn"
[lints.rust]
missing_debug_implementations = "warn"