Update smithay-egui and fix compilation of debug

This commit is contained in:
Ian Douglas Scott 2023-08-01 14:26:51 -07:00
parent 2729be8542
commit 4a780cb343
8 changed files with 42 additions and 87 deletions

View file

@ -14,7 +14,7 @@ calloop = { version = "0.10.1", features = ["executor"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sendfd = "0.4.1"
egui = { version = "0.21.0", optional = true }
egui = { version = "0.22.0", optional = true }
renderdoc = { version = "0.10.1", optional = true }
edid-rs = { version = "0.1" }
png = "0.17.5"
@ -40,7 +40,7 @@ tracing-subscriber = { version = "0.3.16", features = ["env-filter", "tracing-lo
tracing-journald = "0.3.0"
tracing = { version = "0.1.37", features = ["max_level_debug", "release_max_level_info"] }
puffin = { version = "0.14.3", optional = true }
puffin_egui = { version = "0.21.0", optional = true }
puffin_egui = { version = "0.22.0", optional = true }
keyframe = "1.1.1"
once_cell = "1.18.0"
i18n-embed = { version = "0.13", features = ["fluent-system", "desktop-requester"] }
@ -60,7 +60,7 @@ features = ["backend_drm", "backend_gbm", "backend_egl", "backend_libinput", "ba
[dependencies.smithay-egui]
git = "https://github.com/Smithay/smithay-egui.git"
rev = "197606f400"
rev = "0a4d573"
features = ["svg"]
optional = true