More import adjusting.
This commit is contained in:
parent
3e600fe775
commit
215e6c95be
4 changed files with 20 additions and 21 deletions
|
|
@ -3,14 +3,13 @@ use crate::{settings, Transformation};
|
|||
use core::fmt;
|
||||
use std::fmt::Formatter;
|
||||
|
||||
use iced_graphics::layer::{attribute_count_of, Mesh};
|
||||
use iced_graphics::{layer, Size};
|
||||
use iced_graphics::layer::{Mesh, mesh, mesh::attribute_count_of};
|
||||
use iced_graphics::Size;
|
||||
|
||||
use crate::buffers::StaticBuffer;
|
||||
use crate::triangle::gradient::GradientPipeline;
|
||||
use crate::triangle::solid::SolidPipeline;
|
||||
pub use iced_graphics::triangle::{Mesh2D, Vertex2D};
|
||||
use layer::mesh;
|
||||
|
||||
mod solid;
|
||||
mod gradient;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue