Remove unused uses
This commit is contained in:
parent
e78878150d
commit
df7f78163d
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ use std::time::{Duration, Instant};
|
|||
use cgmath::Vector3;
|
||||
use wgpu::{
|
||||
util::{BufferInitDescriptor, DeviceExt},
|
||||
CommandEncoder, Device, Queue, SwapChainDescriptor, SwapChainTexture,
|
||||
CommandEncoder, SwapChainTexture,
|
||||
};
|
||||
|
||||
use crate::{
|
||||
|
|
Loading…
Reference in a new issue