remove unused import
This commit is contained in:
parent
8122904ca4
commit
cbb2ba38fa
1 changed files with 0 additions and 2 deletions
|
|
@ -15,8 +15,6 @@ pub const SIZE: u32 = 2048;
|
||||||
use iced_graphics::image;
|
use iced_graphics::image;
|
||||||
use iced_graphics::Size;
|
use iced_graphics::Size;
|
||||||
|
|
||||||
use std::num::NonZeroU32;
|
|
||||||
|
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub struct Atlas {
|
pub struct Atlas {
|
||||||
texture: wgpu::Texture,
|
texture: wgpu::Texture,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue