mirror of
https://github.com/slint-ui/slint.git
synced 2025-12-23 09:19:32 +00:00
doc: There are no experimental renders anymore
This commit is contained in:
parent
d36124f248
commit
d50ebe2eb0
2 changed files with 1 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue