diff options
author | 2020-04-05 18:32:51 +0200 | |
---|---|---|
committer | 2020-04-05 18:32:51 +0200 | |
commit | ad0a6c4c10afe6dceed52b953cd90aa04e91098a (patch) | |
tree | f9bf96a234e5adfdb86120882173cc73ed2a0110 /futures/Cargo.toml | |
parent | fd064ff9902786e2ce83cb9cafce34029447055c (diff) | |
parent | 335ad1dd1d5bfa65e9a3174fcecd9e1fe871646d (diff) | |
download | iced-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 'futures/Cargo.toml')
-rw-r--r-- | futures/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/futures/Cargo.toml b/futures/Cargo.toml index 869a30ba..3fe8719b 100644 --- a/futures/Cargo.toml +++ b/futures/Cargo.toml @@ -30,3 +30,7 @@ optional = true [target.'cfg(target_arch = "wasm32")'.dependencies] wasm-bindgen-futures = "0.4" + +[package.metadata.docs.rs] +rustdoc-args = ["--cfg", "docsrs"] +all-features = true |