Indicate feature-flagged modules in documentation
This commit is contained in:
parent
a7752a1ec0
commit
84c28a73e2
3 changed files with 11 additions and 0 deletions
|
|
@ -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"))]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue