deps: Update smithay and smithay-egui

This commit is contained in:
Victoria Brekenfeld 2022-01-18 12:11:55 +01:00
parent 5315abb9f1
commit c413bb8052
3 changed files with 21 additions and 15 deletions

View file

@ -9,7 +9,6 @@ authors = ["Victoria Brekenfeld"]
anyhow = { version = "1.0.51", features = ["backtrace"] }
bitflags = "1.3.2"
slog = "2.7"
#slog = { version = "2.7", features = ["max_level_trace"] }
slog-term = "2.8"
slog-async = "2.7"
slog-scope = "4.4"
@ -19,12 +18,13 @@ egui = { version = "0.16", optional = true }
[dependencies.smithay]
version = "0.3"
git = "https://github.com/Smithay/smithay.git"
branch = "feature/egl_userdata"
rev = "92d04ba8"
default-features = false
features = ["backend_x11", "backend_egl", "desktop", "use_system_lib", "renderer_gl", "wayland_frontend", "slog-stdlog"]
[dependencies.smithay-egui]
git = "https://github.com/Smithay/smithay-egui.git"
rev = "e6c41f6"
optional = true
[features]