Simplify offscreen API as color module in iced_wgpu

This commit is contained in:
Héctor Ramón Jiménez 2023-06-27 20:26:13 +02:00
parent 5ae726e02c
commit 5b6e205e99
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
5 changed files with 180 additions and 236 deletions

View file

@ -46,7 +46,7 @@ pub mod geometry;
mod backend;
mod buffer;
mod offscreen;
mod color;
mod quad;
mod text;
mod triangle;