drawing_impeller 1002.0.1

Impeller backend for 2D graphics library
Documentation
1
2
3
4
5
6
#[derive(Clone)]
pub struct DisplayList {
    pub(crate) display_list: impellers::DisplayList,
}

impl drawing_api::DisplayList for DisplayList {}