diff options
Diffstat (limited to 'wgpu')
-rw-r--r-- | wgpu/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
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 |