Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
NiseVoid committed Mar 10, 2024
1 parent c9f429f commit 5371ec1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/render_primitive.rs
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
use bevy::prelude::*;
use kayak_font::KayakFont;

#[cfg(feature = "svg")]
use crate::styles::StyleProp;
use crate::{
render::{
font::FontMapping,
unified::pipeline::{ExtractedQuad, ExtractedQuads, QuadOrMaterial, UIQuadType},
},
styles::{Corner, KStyle, RenderCommand}
styles::{Corner, KStyle, RenderCommand},
};
#[cfg(feature = "svg")]
use crate::styles::{StyleProp};

pub trait RenderPrimitive {
fn extract(
Expand Down

0 comments on commit 5371ec1

Please sign in to comment.