deps: update smithay/smithay-egui
This commit is contained in:
parent
db6ca9e61c
commit
2d76672188
4 changed files with 21 additions and 17 deletions
|
|
@ -21,18 +21,15 @@ xcursor = "0.3.3"
|
|||
[dependencies.smithay]
|
||||
version = "0.3"
|
||||
git = "https://github.com/Smithay/smithay.git"
|
||||
rev = "ab89bda5"
|
||||
rev = "5da3a629"
|
||||
default-features = false
|
||||
features = ["backend_drm", "backend_gbm", "backend_egl", "backend_libinput", "backend_session_logind", "backend_udev", "backend_winit", "backend_x11", "desktop", "use_system_lib", "renderer_gl", "wayland_frontend", "slog-stdlog"]
|
||||
|
||||
[dependencies.smithay-egui]
|
||||
git = "https://github.com/Smithay/smithay-egui.git"
|
||||
rev = "cdff1795"
|
||||
rev = "cdca17da"
|
||||
optional = true
|
||||
|
||||
[features]
|
||||
default = []
|
||||
debug = ["egui", "smithay-egui"]
|
||||
|
||||
[patch."https://github.com/Smithay/smithay"]
|
||||
smithay = { path = "../../tavern/smithay" }
|
||||
debug = ["egui", "smithay-egui"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue