[rs] add replay feature

This commit is contained in:
gzp-crey
2020-06-29 09:20:14 +02:00
parent 7c1f090c85
commit 73ebff129b

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