summaryrefslogtreecommitdiffstats
path: root/gfx/wgpu/dummy/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/wgpu/dummy/Cargo.toml')
-rw-r--r--gfx/wgpu/dummy/Cargo.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/gfx/wgpu/dummy/Cargo.toml b/gfx/wgpu/dummy/Cargo.toml
new file mode 100644
index 0000000000..3d253f05ed
--- /dev/null
+++ b/gfx/wgpu/dummy/Cargo.toml
@@ -0,0 +1,16 @@
+[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"]