Update egui, smithay-egui, smithay

This commit is contained in:
Ian Douglas Scott 2024-09-26 13:43:01 -07:00 committed by Victoria Brekenfeld
parent afdb656778
commit a96394f7a6
7 changed files with 131 additions and 245 deletions

View file

@ -20,8 +20,8 @@ cosmic-config = {git = "https://github.com/pop-os/libcosmic/", features = ["call
cosmic-protocols = {git = "https://github.com/pop-os/cosmic-protocols", branch = "main", default-features = false, features = ["server"]}
cosmic-settings-config = { git = "https://github.com/pop-os/cosmic-settings-daemon" }
edid-rs = {version = "0.1"}
egui = {version = "0.23.0", optional = true}
egui_plot = {version = "0.23.0", optional = true}
egui = {version = "0.29.0", optional = true}
egui_plot = {version = "0.29.0", optional = true}
glow = "0.12.0"
i18n-embed = {version = "0.14", features = ["fluent-system", "desktop-requester"]}
i18n-embed-fl = "0.8"
@ -85,14 +85,14 @@ features = [
"xwayland",
]
git = "https://github.com/smithay/smithay.git"
rev = "e7f0857"
rev = "3b0ecce"
version = "0.3"
[dependencies.smithay-egui]
features = ["svg"]
git = "https://github.com/Smithay/smithay-egui.git"
optional = true
rev = "0d0b4ca0"
rev = "6118550"
[features]
debug = ["egui", "egui_plot", "smithay-egui", "anyhow/backtrace"]
@ -117,4 +117,4 @@ inherits = "release"
lto = "fat"
[patch."https://github.com/Smithay/smithay.git"]
smithay = { git = "https://github.com/smithay//smithay", rev = "08d31e1" }
smithay = { git = "https://github.com/smithay//smithay", rev = "df79eeb" }