Merge branch 'sotrh:master' into master

pull/512/head
Leon 6 months ago committed by GitHub
commit 2fa33aec6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,3 @@
use std::num::NonZeroU32;
use anyhow::*;
use image::GenericImageView;

@ -1,5 +1,3 @@
use std::num::NonZeroU32;
use anyhow::*;
use image::GenericImageView;

@ -1,5 +1,3 @@
use std::num::NonZeroU32;
use anyhow::*;
use image::GenericImageView;

@ -1,6 +1,5 @@
use anyhow::*;
use image::GenericImageView;
use std::num::NonZeroU32;
pub struct Texture {
pub texture: wgpu::Texture,

Loading…
Cancel
Save