[dependencies.bitflags]
version = "2.9.1"
[dev-dependencies.winsafe]
features = ["gui"]
version = "0.0.24"
[[example]]
name = "hello-triangle"
path = "examples/hello-triangle.rs"
[lib]
name = "dawn_sys"
path = "src/lib.rs"
[package]
authors = ["Nekomaru <Nekomaru@pku.edu.cn>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["external-ffi-bindings"]
description = "Unsafe Rust bindings for Dawn, the open-source and cross-platform implementation of the WebGPU standard that powers Google Chrome, Microsoft Edge and other Chromium browsers."
edition = "2024"
keywords = ["dawn", "webgpu", "wgpu", "vulkan", "metal"]
license = "BSD-3-Clause"
name = "dawn-sys"
readme = "README.md"
repository = "https://github.com/Nekomaru-PKU/dawn-rs"
version = "1.0.3"