Rename Geometry2D to Mesh2D and move it to iced_wgpu
This commit is contained in:
parent
0d620b7701
commit
5ca98b113e
12 changed files with 184 additions and 198 deletions
|
|
@ -24,13 +24,14 @@
|
|||
#![deny(unused_results)]
|
||||
#![deny(unsafe_code)]
|
||||
#![deny(rust_2018_idioms)]
|
||||
pub mod triangle;
|
||||
|
||||
mod image;
|
||||
mod primitive;
|
||||
mod quad;
|
||||
mod renderer;
|
||||
mod text;
|
||||
mod transformation;
|
||||
mod geometry;
|
||||
|
||||
pub(crate) use crate::image::Image;
|
||||
pub(crate) use quad::Quad;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue