417: add replay feature r=kvark a=gzp-crey

Resolves #284 

Co-authored-by: gzp-crey <gzp@creygames.com>
This commit is contained in:
bors[bot]
2020-06-29 14:46:07 +00:00
committed by GitHub

View File

@@ -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"]