Skip to content

Commit

Permalink
Merge pull request #510 from clonidine/fix/unused-imports
Browse files Browse the repository at this point in the history
fix: removing unused imports
  • Loading branch information
sotrh authored Nov 28, 2023
2 parents b911bee + 128815a commit 8bc2d2a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions code/beginner/tutorial5-textures/src/texture.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
use std::num::NonZeroU32;

use anyhow::*;
use image::GenericImageView;

Expand Down
2 changes: 0 additions & 2 deletions code/beginner/tutorial6-uniforms/src/texture.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
use std::num::NonZeroU32;

use anyhow::*;
use image::GenericImageView;

Expand Down
2 changes: 0 additions & 2 deletions code/beginner/tutorial7-instancing/src/texture.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
use std::num::NonZeroU32;

use anyhow::*;
use image::GenericImageView;

Expand Down
1 change: 0 additions & 1 deletion code/beginner/tutorial9-models/src/texture.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use anyhow::*;
use image::GenericImageView;
use std::num::NonZeroU32;

pub struct Texture {
pub texture: wgpu::Texture,
Expand Down

0 comments on commit 8bc2d2a

Please sign in to comment.