Draft (very) basic incremental rendering for iced_tiny_skia

This commit is contained in:
Héctor Ramón Jiménez 2023-03-22 00:36:57 +01:00
parent 6fae8bf6cb
commit 0f7abffc0e
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
10 changed files with 286 additions and 92 deletions

View file

@ -129,7 +129,7 @@ impl Debug {
pub fn render_finished(&mut self) {
self.render_durations
.push(time::Instant::now() - self.render_start);
.push(dbg!(time::Instant::now() - self.render_start));
}
pub fn log_message<Message: std::fmt::Debug>(&mut self, message: &Message) {