mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-10 12:41:30 +11:00
cargo fmt
I really need to make this automated. There are some small challenges though.
This commit is contained in:
parent
abe2a6ceef
commit
a8103a4c20
|
@ -18,8 +18,7 @@
|
||||||
|
|
||||||
use bytemuck::Pod;
|
use bytemuck::Pod;
|
||||||
use piet_gpu_hal::{
|
use piet_gpu_hal::{
|
||||||
BackendType, Buffer, BufferUsage, CmdBuf, Instance, InstanceFlags, QueryPool,
|
BackendType, Buffer, BufferUsage, CmdBuf, Instance, InstanceFlags, QueryPool, Session,
|
||||||
Session,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
pub struct Runner {
|
pub struct Runner {
|
||||||
|
|
Loading…
Reference in a new issue