deps: Update smithay

This commit is contained in:
Victoria Brekenfeld 2021-12-28 16:22:27 +01:00
parent 2cbc39e0c6
commit 748ba3bf03
3 changed files with 6 additions and 5 deletions

View file

@ -7,6 +7,7 @@ authors = ["Victoria Brekenfeld"]
[dependencies]
anyhow = { version = "1.0.51", features = ["backtrace"] }
bitflags = "1.3.2"
slog = "2.7"
slog-term = "2.8"
slog-async = "2.7"
@ -16,6 +17,6 @@ slog-stdlog = "4.1"
[dependencies.smithay]
version = "0.3"
git = "https://github.com/Smithay/smithay.git"
rev = "4d40da5"
rev = "a16c307"
default-features = false
features = ["backend_x11", "backend_egl", "desktop", "use_system_lib", "renderer_gl", "wayland_frontend"]