Move damage tracking logic to compositor in iced_tiny_skia

This commit is contained in:
Héctor Ramón Jiménez 2023-04-27 15:10:41 +02:00
parent d953d12c38
commit af0303f95e
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
5 changed files with 183 additions and 182 deletions

View file

@ -28,6 +28,7 @@ mod viewport;
pub mod backend;
pub mod compositor;
pub mod damage;
pub mod primitive;
pub mod renderer;