summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-05-02 21:01:25 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-05-02 21:01:25 +0200
commit84c28a73e2a7ace8547e892f675bfc497d157bcb (patch)
tree6bcf9a2ff618141b304dd232c9af7fc027b313ef /src/lib.rs
parenta7752a1ec0372ceeb4ca895342a9070eae03402b (diff)
downloadiced-84c28a73e2a7ace8547e892f675bfc497d157bcb.tar.gz
iced-84c28a73e2a7ace8547e892f675bfc497d157bcb.tar.bz2
iced-84c28a73e2a7ace8547e892f675bfc497d157bcb.zip
Indicate feature-flagged modules in documentation
Diffstat (limited to '')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index e154d9c7..bbc60746 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -196,6 +196,7 @@ pub mod widget;
pub mod window;
#[cfg(feature = "pure")]
+#[cfg_attr(docsrs, doc(cfg(feature = "pure")))]
pub mod pure;
#[cfg(all(not(feature = "glow"), feature = "wgpu"))]