Implement basic image rendering in iced_wgpu
This commit is contained in:
parent
f8a232c8af
commit
38b6c84e77
11 changed files with 543 additions and 10 deletions
|
|
@ -1,8 +1,10 @@
|
|||
mod image;
|
||||
mod primitive;
|
||||
mod quad;
|
||||
mod renderer;
|
||||
mod transformation;
|
||||
|
||||
pub(crate) use crate::image::Image;
|
||||
pub(crate) use quad::Quad;
|
||||
pub(crate) use transformation::Transformation;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue