Avoid redundant buffer::Buffer import
This commit is contained in:
parent
f557b810f5
commit
e267e075cc
4 changed files with 8 additions and 7 deletions
|
|
@ -8,10 +8,10 @@ mod vector;
|
|||
|
||||
use atlas::Atlas;
|
||||
|
||||
use crate::buffer::Buffer;
|
||||
use crate::core::{Rectangle, Size};
|
||||
use crate::graphics::Transformation;
|
||||
use crate::layer;
|
||||
use crate::Buffer;
|
||||
|
||||
use std::cell::RefCell;
|
||||
use std::mem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue