Avoid redundant buffer::Buffer import

This commit is contained in:
Héctor Ramón Jiménez 2023-05-19 04:02:18 +02:00
parent f557b810f5
commit e267e075cc
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
4 changed files with 8 additions and 7 deletions

View file

@ -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;