doc: There are no experimental renders anymore

This commit is contained in:
Simon Hausmann 2025-12-18 14:22:48 +01:00
parent d36124f248
commit d50ebe2eb0
2 changed files with 1 additions and 5 deletions

View file

@ -138,10 +138,6 @@ compile time. You can enable or disable back-ends using the
you would disable the `SLINT_FEATURE_BACKEND_WINIT` option in your CMake
project configuration.
The winit back-end needs a renderer. `SLINT_FEATURE_RENDERER_FEMTOVG` and
`SLINT_FEATURE_RENDERER_SKIA` are the only stable renderers, the other ones are
experimental.
### Cross-compiling
It's possible to cross-compile Slint to a different target architecture when

View file

@ -107,7 +107,7 @@ live-preview = ["dep:slint-interpreter"]
#! with [`platform::set_platform()`].
#!
#! If you enable the Winit backend, you need to also include a renderer.
#! `renderer-femtovg` is the only stable renderer, the other ones are experimental
#! `renderer-femtovg` is the default renderer.
#!
#! It is also possible to select the backend and renderer at runtime when several
#! are enabled, using the `SLINT_BACKEND` environment variable.