Crate i_slint_renderer_femtovg

source ·
Expand description

NOTE: This library is an internal crate of the Slint project. This crate should not be used directly by applications using Slint. You should use the slint crate instead.

WARNING: This crate does not follow the semver convention for versioning and can only be used with version = "=x.y.z" in Cargo.toml.

Structs§

  • Use the FemtoVG renderer when implementing a custom Slint platform where you deliver events to Slint and want the scene to be rendered using OpenGL. The rendering is done using the FemtoVG library.

Traits§

  • This trait describes the interface GPU accelerated renderers in Slint require to render with OpenGL.