summaryrefslogtreecommitdiffstats
path: root/wgpu/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2020-04-05 18:32:51 +0200
committerLibravatar GitHub <noreply@github.com>2020-04-05 18:32:51 +0200
commitad0a6c4c10afe6dceed52b953cd90aa04e91098a (patch)
treef9bf96a234e5adfdb86120882173cc73ed2a0110 /wgpu/Cargo.toml
parentfd064ff9902786e2ce83cb9cafce34029447055c (diff)
parent335ad1dd1d5bfa65e9a3174fcecd9e1fe871646d (diff)
downloadiced-ad0a6c4c10afe6dceed52b953cd90aa04e91098a.tar.gz
iced-ad0a6c4c10afe6dceed52b953cd90aa04e91098a.tar.bz2
iced-ad0a6c4c10afe6dceed52b953cd90aa04e91098a.zip
Merge pull request #259 from robjtede/docs/feature-flags
reference feature flags in docs
Diffstat (limited to 'wgpu/Cargo.toml')
-rw-r--r--wgpu/Cargo.toml4
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