dawn-wgpu 0.1.3-dev

wgpu compatibility layer for Dawn API
Documentation
# 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 = "2024"
name = "dawn-wgpu"
version = "0.1.3-dev"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "wgpu compatibility layer for Dawn API"
homepage = "https://github.com/csmoe/dawn-rs"
readme = false
license = "BSD-3-Clause"
repository = "https://github.com/csmoe/dawn-rs"

[features]
default = []

[lib]
name = "dawn_wgpu"
path = "src/lib.rs"

[[example]]
name = "triangle"
path = "examples/triangle.rs"

[dependencies.dawn-rs]
version = "0.1.3-dev"

[dependencies.wgpu]
version = "28.0"
features = ["custom"]

[dependencies.wgt]
version = "28.0"
package = "wgpu-types"

[dev-dependencies.pollster]
version = "0.3"

[dev-dependencies.winit]
version = "0.30"
features = ["rwh_06"]

[target.'cfg(target_os = "macos")'.dependencies.objc2]
version = "0.5"

[target.'cfg(target_os = "macos")'.dependencies.objc2-quartz-core]
version = "0.2"
features = [
    "CALayer",
    "CAMetalLayer",
]

[target.'cfg(target_os = "macos")'.dependencies.raw-window-metal]
version = "1"