Fix formatting in textures.rs
This commit is contained in:
parent
77cfbf2367
commit
ec41984cb5
|
@ -3,15 +3,13 @@ extern crate ash;
|
||||||
extern crate examples;
|
extern crate examples;
|
||||||
extern crate image;
|
extern crate image;
|
||||||
|
|
||||||
use std::{
|
use std::default::Default;
|
||||||
default::Default,
|
use std::ffi::CString;
|
||||||
ffi::CString,
|
use std::fs::File;
|
||||||
fs::File,
|
use std::io::Read;
|
||||||
io::Read,
|
use std::mem::{self, align_of};
|
||||||
mem::{self, align_of},
|
use std::path::Path;
|
||||||
path::Path,
|
use std::ptr;
|
||||||
ptr,
|
|
||||||
};
|
|
||||||
|
|
||||||
use ash::{util::*, vk};
|
use ash::{util::*, vk};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue