backend: Add a winit backend for testing
This commit is contained in:
parent
370c825c8e
commit
c46f327384
5 changed files with 853 additions and 17 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue