mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-09 20:31:29 +11:00
Remove some unused imports
This commit is contained in:
parent
37f05b853c
commit
923c949e95
|
@ -1,7 +1,5 @@
|
|||
use std::sync::Arc;
|
||||
|
||||
use crate::{ExampleScene, SceneConfig, SceneParams, SceneSet};
|
||||
use vello::kurbo::{Affine, BezPath, Ellipse, PathEl, Point, Rect, Vec2};
|
||||
use vello::kurbo::{Affine, BezPath, Ellipse, PathEl, Point, Rect};
|
||||
use vello::peniko::*;
|
||||
use vello::*;
|
||||
|
||||
|
|
|
@ -22,8 +22,8 @@ use std::{
|
|||
};
|
||||
|
||||
use wgpu::{
|
||||
util::DeviceExt, BindGroup, BindGroupLayout, Buffer, BufferUsages, ComputePipeline, Device,
|
||||
Queue, Texture, TextureAspect, TextureFormat, TextureUsages, TextureView, TextureViewDimension,
|
||||
BindGroup, BindGroupLayout, Buffer, BufferUsages, ComputePipeline, Device, Queue, Texture,
|
||||
TextureAspect, TextureUsages, TextureView, TextureViewDimension,
|
||||
};
|
||||
|
||||
pub type Error = Box<dyn std::error::Error>;
|
||||
|
|
Loading…
Reference in a new issue