mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-26 00:33:51 +00:00
14 lines
206 B
TOML
14 lines
206 B
TOML
[package]
|
|
name = "wgpu-bindings"
|
|
version = "0.1.0"
|
|
authors = [
|
|
"Dzmitry Malyshau <kvark@mozilla.com>",
|
|
"Joshua Groves <josh@joshgroves.com>",
|
|
]
|
|
|
|
[features]
|
|
default = []
|
|
|
|
[dependencies]
|
|
cbindgen = "0.6.3"
|