deps: Update smithay-egui to fix "debug" feature

This commit is contained in:
Victoria Brekenfeld 2023-01-31 12:57:58 +01:00
parent 21db472f8b
commit f9b96af141
2 changed files with 24 additions and 14 deletions

View file

@ -20,7 +20,7 @@ log = "0.4"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sendfd = "0.4.1"
egui = { version = "0.19.0", optional = true }
egui = { version = "0.20.0", optional = true }
renderdoc = { version = "0.10.1", optional = true }
edid-rs = { version = "0.1" }
png = "0.17.5"
@ -51,7 +51,7 @@ features = ["backend_drm", "backend_gbm", "backend_egl", "backend_libinput", "ba
[dependencies.smithay-egui]
git = "https://github.com/Smithay/smithay-egui.git"
rev = "b2be360015"
rev = "610a7dbf80"
features = ["svg"]
optional = true