Remove unused import
This commit is contained in:
parent
e85023858c
commit
2e7c82c03d
|
@ -1,7 +1,5 @@
|
||||||
use std::collections::HashSet;
|
use std::collections::HashSet;
|
||||||
|
|
||||||
use wgpu::util::DeviceExt;
|
|
||||||
|
|
||||||
use crate::{
|
use crate::{
|
||||||
gfx::{self},
|
gfx::{self},
|
||||||
math,
|
math,
|
||||||
|
|
Loading…
Reference in New Issue