mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 22:54:36 +00:00
cmake: Add the SLINT_FEATURE_RENDERER_WINIT_SOFTWARE
option to enable the software renderer
This commit is contained in:
parent
fb17010248
commit
714a91e928
3 changed files with 3 additions and 0 deletions
|
@ -87,6 +87,7 @@ define_cargo_feature(backend-winit-wayland "Enable support for the winit create
|
|||
define_cargo_feature(renderer-winit-femtovg "Enable support for the OpenGL ES 2.0 based FemtoVG rendering engine." ON)
|
||||
define_cargo_feature(renderer-winit-skia "Enable support for the Skia based rendering engine." OFF)
|
||||
define_cargo_feature(renderer-winit-skia-opengl "Enable support for the Skia based rendering engine with its OpenGL backend." OFF)
|
||||
define_cargo_feature(renderer-winit-software "Enable support for the software renderer with the winit backend" OFF)
|
||||
|
||||
define_cargo_feature(backend-qt "Enable Qt based rendering backend" ON)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue