Update to softbuffer 0.3, tracking up to age sets of primitives

This commit is contained in:
Ian Douglas Scott 2024-01-09 12:25:53 -08:00
parent 070abff5ce
commit ff268c8c42
3 changed files with 79 additions and 45 deletions

View file

@ -238,6 +238,7 @@ impl Candidate {
default_font: settings.default_font,
default_text_size: settings.default_text_size,
},
_compatible_window,
);
Ok(Compositor::TinySkia(compositor))