Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
fredizzimo committed Apr 29, 2024
1 parent 5e748b1 commit 49f5096
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/renderer/opengl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ use skia_safe::{
backend_render_targets::make_gl, gl::FramebufferInfo, surfaces::wrap_backend_render_target,
DirectContext, SurfaceOrigin,
},
ColorType, PixelGeometry, ColorSpace,
SurfaceProps, SurfacePropsFlags,
ColorSpace, ColorType, PixelGeometry, SurfaceProps, SurfacePropsFlags,
};
use winit::{
dpi::PhysicalSize,
Expand Down

0 comments on commit 49f5096

Please sign in to comment.