Skip to content

Commit

Permalink
Fix rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
grego committed Mar 11, 2024
1 parent 6009d9e commit da4f830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ use vulkano::{
};
use winit::window::Window;

#[cfg(feature = "image")]
use crate::utils::immutable_texture_from_file;
use crate::{
renderer::{RenderResources, Renderer},
utils::immutable_texture_from_bytes,
};
#[cfg(feature = "image")]
use crate::utils::immutable_texture_from_file;

pub struct GuiConfig {
/// Allows supplying sRGB ImageViews as render targets instead of just UNORM ImageViews, defaults to false.
Expand Down

0 comments on commit da4f830

Please sign in to comment.