I think the adapter is ready. Close to pixels.

This commit is contained in:
Nathan Sobo 2023-08-13 22:06:35 -06:00
parent 625e4a1bd0
commit 7662210776
2 changed files with 15 additions and 16 deletions

View file

@ -15,7 +15,7 @@ pub struct PaintContext<'a, 'b, 'c, 'd, V> {
#[deref]
#[deref_mut]
pub(crate) legacy_cx: &'d mut LegacyPaintContext<'a, 'b, 'c, V>,
scene: &'d mut gpui::SceneBuilder,
pub(crate) scene: &'d mut gpui::SceneBuilder,
}
pub trait Element<V> {