skia-window 0.10.0

Rendering window with skia
1
2
3
4
5
6
7
8
9
10
mod context;
#[cfg(feature = "gl")]
pub mod gl_presenter;
mod layer;
mod soft_renderer;
pub mod soft_surface;
pub mod softbuffer_surface_presenter;
pub mod surface_presenter;

pub use soft_surface::SoftSurface;