Skip to content

Commit

Permalink
Fix warning in no-default-features build
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Nov 26, 2024
1 parent 8b43a2f commit 8884158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vello_encoding/src/encoding.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

use super::{DrawBlurRoundedRect, DrawColor, DrawTag, PathEncoder, PathTag, Style, Transform};

use peniko::color::{DynamicColor, Srgb};
use peniko::kurbo::{Shape, Stroke};
use peniko::{BlendMode, BrushRef, Color, Fill};

Expand All @@ -13,6 +12,7 @@ use {
DrawImage, DrawLinearGradient, DrawRadialGradient, DrawSweepGradient, Glyph, GlyphRun,
Patch,
},
peniko::color::{DynamicColor, Srgb},
peniko::{ColorStop, Extend, GradientKind, Image},
skrifa::instance::NormalizedCoord,
};
Expand Down

0 comments on commit 8884158

Please sign in to comment.