mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
15 lines
299 B
TOML
15 lines
299 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.7"
|
|
cbindgen = { git = "https://github.com/grovesNL/cbindgen", branch = "associated-constants"}
|