Fix formatting in textures.rs

This commit is contained in:
Tim 2018-07-31 15:00:28 +02:00
parent ec41984cb5
commit d9aa575318

View file

@ -11,7 +11,8 @@ use std::mem::{self, align_of};
use std::path::Path;
use std::ptr;
use ash::{util::*, vk};
use ash::util::*;
use ash::vk;
use examples::*;