skia-window 0.6.0

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

pub use soft_surface::SoftSurface;