wgpu/wgpu-bindings/Cargo.toml
2019-01-12 19:58:24 +01:00

16 lines
316 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.6.7"
cbindgen = { git = "https://github.com/grovesNL/cbindgen", branch = "associated-constants"}