servo/components/layout_2020/display_list
Martin Robinson 585a25a212
Use std::cell::OnceCell and remove mitochondria dependency (#30207)
`OnceCell` is now part of the standard library and we'll be able to use
it once we upgrade rust. For now we can use the version that's shipped
behind a feature flag in rust. This removes a dependency on one crate.
2023-08-25 14:09:55 +00:00
..
background.rs layout_2020: Implement support for backface-visibility 2020-05-16 09:42:45 +02:00
conversions.rs Try to use WebRender types more 2023-07-10 17:35:50 +02:00
gradient.rs Further changes required by Servo 2023-08-16 17:46:41 +02:00
mod.rs Use std::cell::OnceCell and remove mitochondria dependency (#30207) 2023-08-25 14:09:55 +00:00
stacking_context.rs Further changes required by Servo 2023-08-16 17:46:41 +02:00