wgpu/dummy/Cargo.toml

17 lines
276 B
TOML
Raw Normal View History

2020-06-18 18:01:59 +00:00
[package]
name = "dummy"
version = "0.1.0"
authors = [
"Dzmitry Malyshau <kvark@mozilla.com>",
]
edition = "2018"
2021-06-18 17:40:31 +00:00
license = "MIT OR Apache-2.0"
2020-06-18 18:01:59 +00:00
publish = false
[features]
[dependencies.wgc]
path = "../wgpu-core"
package = "wgpu-core"
2021-02-21 16:25:35 +00:00
features = ["serial-pass", "trace"]