| 43 | |
| 44 | #[derive(Default)] |
| 45 | pub(crate) struct CanvasCaches { |
| 46 | pub(crate) static_layer: canvas::Cache, |
| 47 | pub(crate) overlay_layer: canvas::Cache, |
| 48 | } |
| 49 | |
| 50 | pub(crate) fn draw( |
| 51 | renderer: &iced::Renderer, |
nothing calls this directly
no outgoing calls
no test coverage detected