mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-23 07:14:01 +00:00
17 lines
276 B
TOML
17 lines
276 B
TOML
[package]
|
|
name = "dummy"
|
|
version = "0.1.0"
|
|
authors = [
|
|
"Dzmitry Malyshau <kvark@mozilla.com>",
|
|
]
|
|
edition = "2018"
|
|
license = "MIT OR Apache-2.0"
|
|
publish = false
|
|
|
|
[features]
|
|
|
|
[dependencies.wgc]
|
|
path = "../wgpu-core"
|
|
package = "wgpu-core"
|
|
features = ["serial-pass", "trace"]
|