mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 14:51:15 +00:00
Remove mention of eventloop-winit-all
There's no -all suffix anymore
This commit is contained in:
parent
3777785e0c
commit
96372d5dde
3 changed files with 6 additions and 6 deletions
|
@ -48,11 +48,11 @@ backend-gl-wayland = ["eventloop-winit-wayland", "renderer-femtovg"]
|
|||
## this feature and select one of the other specific `eventloop-winit-XX` features.
|
||||
eventloop-winit = ["i-slint-backend-selector/eventloop-winit", "std"]
|
||||
|
||||
## Simliar to `eventloop-winit-all` this enables the winit based event loop but only
|
||||
## Simliar to `eventloop-winit` this enables the winit based event loop but only
|
||||
## with support for the X Window System on Unix.
|
||||
eventloop-winit-x11 = ["i-slint-backend-selector/eventloop-winit-x11", "std"]
|
||||
|
||||
## Simliar to `eventloop-winit-all` this enables the winit based event loop but only
|
||||
## Simliar to `eventloop-winit` this enables the winit based event loop but only
|
||||
## with support for the Wayland window system on Unix.
|
||||
eventloop-winit-wayland = ["i-slint-backend-selector/eventloop-winit-wayland", "std"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue