mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-01 20:31:27 +00:00
Don't build Skia with CMake by default
We also don't build it with Cargo by default
This commit is contained in:
parent
5e4abec477
commit
f54cebf3d6
1 changed files with 2 additions and 2 deletions
|
|
@ -85,8 +85,8 @@ define_cargo_feature(backend-winit-x11 "Enable support for the winit create to i
|
|||
define_cargo_feature(backend-winit-wayland "Enable support for the winit create to interact only with the wayland windowing system on Unix. Enable this option and turn off SLINT_FEATURE_BACKEND_WINIT for a smaller build with just wayland support." OFF)
|
||||
|
||||
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." ON)
|
||||
define_cargo_feature(renderer-winit-skia-opengl "Enable support for the Skia based rendering engine with its OpenGL backend." 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(backend-qt "Enable Qt based rendering backend" ON)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue