From 73ebff129bfa41e648f3d0f30da383cf9107b239 Mon Sep 17 00:00:00 2001 From: gzp-crey Date: Mon, 29 Jun 2020 09:20:14 +0200 Subject: [PATCH] [rs] add replay feature --- wgpu/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index d85483a7cf..6e6e0b4ea3 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -18,6 +18,7 @@ all-features = true [features] default = [] trace = ["wgc/trace"] +replay = ["wgc/replay"] subscriber = ["wgc/subscriber"] # Make Vulkan backend available on platforms where it is by default not, e.g. macOS vulkan = ["wgc/gfx-backend-vulkan"]