Update smithay and smithay-egui

This commit is contained in:
Ian Douglas Scott 2024-08-20 11:51:52 -07:00 committed by Victoria Brekenfeld
parent baf6ae3a80
commit c48dc1107f
3 changed files with 7 additions and 6 deletions

View file

@ -91,7 +91,7 @@ version = "0.3"
features = ["svg"]
git = "https://github.com/Smithay/smithay-egui.git"
optional = true
rev = "cdc652e0"
rev = "0d0b4ca0"
[features]
debug = ["egui", "egui_plot", "smithay-egui", "anyhow/backtrace"]
@ -116,4 +116,4 @@ inherits = "release"
lto = "fat"
[patch."https://github.com/Smithay/smithay.git"]
smithay = { git = "https://github.com/smithay//smithay", rev = "c484442" }
smithay = { git = "https://github.com/smithay//smithay", rev = "e27fd27" }