From 335ad1dd1d5bfa65e9a3174fcecd9e1fe871646d Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sun, 5 Apr 2020 04:52:03 +0200 Subject: Enable feature flags in `docs.rs` --- wgpu/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'wgpu') diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index ca906894..d6659dd3 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -41,3 +41,7 @@ optional = true [dependencies.lyon] version = "0.15" optional = true + +[package.metadata.docs.rs] +rustdoc-args = ["--cfg", "docsrs"] +all-features = true -- cgit