mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 14:55:05 +00:00
15 lines
223 B
TOML
15 lines
223 B
TOML
[package]
|
|
name = "wgpu-bindings"
|
|
version = "0.1.0"
|
|
authors = [
|
|
"Dzmitry Malyshau <kvark@mozilla.com>",
|
|
"Joshua Groves <josh@joshgroves.com>",
|
|
]
|
|
edition = "2018"
|
|
|
|
[features]
|
|
default = []
|
|
|
|
[dependencies]
|
|
cbindgen = "0.7.1"
|