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-apple"
version = "25.0.0"
authors = ["gfx-rs developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Feature unification helper crate for Apple platforms"
readme = "README.md"
keywords = ["graphics"]
license = "MIT OR Apache-2.0"
[features]
angle = [
"wgpu-hal/gles",
"wgpu-hal/renderdoc",
]
metal = ["wgpu-hal/metal"]
vulkan-portability = [
"wgpu-hal/vulkan",
"wgpu-hal/renderdoc",
]
[lib]
name = "wgpu_core_deps_apple"
path = "src/lib.rs"
[target.'cfg(target_vendor = "apple")'.dependencies.wgpu-hal]
version = "25.0.0"
path = "../../../wgpu-hal"