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

@ -50,6 +50,8 @@ mod quad;
mod text;
mod triangle;
use buffer::Buffer;
pub use iced_graphics as graphics;
pub use iced_graphics::core;