Skip to content

Commit

Permalink
Merge pull request #11 from cookiephone/featurefix
Browse files Browse the repository at this point in the history
update broken doclinks to reflect feature changes
  • Loading branch information
cookiephone authored Jan 12, 2024
2 parents e6ee4a8 + 7f2fa52 commit d81c03a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@
//! ```
//!
//! We can also use [`NoiseBuffer`] for efficiently filling n-dimensional arrays
//! with noise, and [`Visualizer`] to get a visual representation of a given
//! generator. The above generator produces the following image, when sampled for
//! with noise. The above generator produces the following image, when sampled for
//! every pixel position:
//!
//! ![image](https://raw.githubusercontent.com/cookiephone/libnoise-rs/master/images/doc_image_000_f7049b4.png)
Expand All @@ -55,6 +54,11 @@
//! produce space-time noise such as:
//!
//! ![image](https://raw.githubusercontent.com/cookiephone/libnoise-rs/master/images/doc_image_001_f7049b4.gif)
//!
#![cfg_attr(
feature = "image",
doc = "[`Visualizer`] allows us to get such a visual representation of a given generator when using the `image` feature."
)]

mod core;
pub mod prelude;
Expand Down

0 comments on commit d81c03a

Please sign in to comment.