Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Nico Burns <[email protected]>
  • Loading branch information
nicoburns committed Dec 10, 2024
1 parent e847f5f commit e152003
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions examples/scenes/src/simple_text.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@
use std::sync::Arc;

use skrifa::prelude::NormalizedCoord;
use skrifa::{raw::{FontRef, FileRef}, MetadataProvider};
use skrifa::{
raw::{FileRef, FontRef},
MetadataProvider,
};
use vello::kurbo::Affine;
use vello::peniko::{color::palette, Blob, Brush, BrushRef, Font, StyleRef, Fill};
use vello::peniko::{color::palette, Blob, Brush, BrushRef, Fill, Font, StyleRef};
use vello::{Glyph, Scene};

// This is very much a hack to get things working.
Expand Down

0 comments on commit e152003

Please sign in to comment.