Remove mention of eventloop-winit-all

There's no -all suffix anymore
This commit is contained in:
Simon Hausmann 2022-07-26 17:00:37 +02:00 committed by Simon Hausmann
parent 3777785e0c
commit 96372d5dde
3 changed files with 6 additions and 6 deletions

View file

@ -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"]