chore: Update smithay

This commit is contained in:
Victoria Brekenfeld 2025-01-24 18:15:51 +01:00 committed by Victoria Brekenfeld
parent f6143747da
commit 6ce08fd2ae
2 changed files with 11 additions and 13 deletions

View file

@ -84,15 +84,13 @@ features = [
"wayland_frontend",
"xwayland",
]
git = "https://github.com/smithay/smithay.git"
rev = "fe31867"
version = "0.3"
version = "0.4"
[dependencies.smithay-egui]
features = ["svg"]
git = "https://github.com/Smithay/smithay-egui.git"
optional = true
rev = "0b013bf"
rev = "e9411da"
[features]
debug = ["egui", "egui_plot", "smithay-egui", "anyhow/backtrace"]
@ -116,5 +114,5 @@ inherits = "release"
[profile.release]
lto = "fat"
[patch."https://github.com/Smithay/smithay.git"]
smithay = { git = "https://github.com/smithay//smithay", rev = "fe31867" }
[patch.crates-io]
smithay = { git = "https://github.com/smithay/smithay.git", rev = "f93476c" }