backend: Add a winit backend for testing

This commit is contained in:
Victoria Brekenfeld 2022-01-18 19:42:04 +01:00
parent 370c825c8e
commit c46f327384
5 changed files with 853 additions and 17 deletions

View file

@ -20,7 +20,7 @@ version = "0.3"
git = "https://github.com/Smithay/smithay.git"
rev = "92d04ba8"
default-features = false
features = ["backend_x11", "backend_egl", "desktop", "use_system_lib", "renderer_gl", "wayland_frontend", "slog-stdlog"]
features = ["backend_x11", "backend_egl", "backend_winit", "desktop", "use_system_lib", "renderer_gl", "wayland_frontend", "slog-stdlog"]
[dependencies.smithay-egui]
git = "https://github.com/Smithay/smithay-egui.git"