I think the adapter is ready. Close to pixels.
This commit is contained in:
parent
625e4a1bd0
commit
7662210776
2 changed files with 15 additions and 16 deletions
|
@ -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> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue