Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAPenguin0 committed May 19, 2023
1 parent 12e6608 commit cad355c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/assets/src/texture/format.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use std::marker::PhantomData;
use half::f16;
use image::DynamicImage;
use phobos::vk;
use phobos::vk::Format;
use rayon::iter::{IntoParallelIterator, ParallelIterator};

use crate::texture::buffer::ImageBuffer;
Expand Down

0 comments on commit cad355c

Please sign in to comment.