Avoid redundant buffer::Buffer import
This commit is contained in:
parent
f557b810f5
commit
e267e075cc
4 changed files with 8 additions and 7 deletions
|
|
@ -50,6 +50,8 @@ mod quad;
|
|||
mod text;
|
||||
mod triangle;
|
||||
|
||||
use buffer::Buffer;
|
||||
|
||||
pub use iced_graphics as graphics;
|
||||
pub use iced_graphics::core;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue