mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 06:44:14 +00:00
17 lines
262 B
TOML
17 lines
262 B
TOML
[package]
|
|
name = "dummy"
|
|
version = "0.1.0"
|
|
authors = [
|
|
"Dzmitry Malyshau <kvark@mozilla.com>",
|
|
]
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[features]
|
|
|
|
[dependencies.wgc]
|
|
path = "../wgpu-core"
|
|
package = "wgpu-core"
|
|
version = "0.6"
|
|
features = ["serial-pass", "trace"]
|