dawn-sys 1.0.3

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.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "dawn-sys"

version = "1.0.3"

edition = "2024"

license = "BSD-3-Clause"

authors = { workspace = true }

repository = { workspace = true }



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."

categories = ["external-ffi-bindings"]

keywords = ["dawn", "webgpu", "wgpu", "vulkan", "metal"]



[dependencies]

bitflags = "2.9.1"



[dev-dependencies]

winsafe = { version = "0.0.24", features = ["gui"] }