Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
PoignardAzur committed Jan 23, 2025
1 parent d85ba48 commit 8e98c41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions masonry/src/core/text.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ pub type ArcStr = std::sync::Arc<str>;
///
/// This enables updating of brush details without performing relayouts;
/// the inner values are indexes into the `brushes` argument to [`render_text()`].
///
/// [`Brush`]: crate::parley::Brush
#[derive(Clone, PartialEq, Default, Debug)]
pub struct BrushIndex(pub usize);
Expand Down

0 comments on commit 8e98c41

Please sign in to comment.