Skip to content

Commit 6ce08fd

Browse files
committed
chore: Update smithay
1 parent f614374 commit 6ce08fd

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,13 @@ features = [
8484
"wayland_frontend",
8585
"xwayland",
8686
]
87-
git = "https://github.com/smithay/smithay.git"
88-
rev = "fe31867"
89-
version = "0.3"
87+
version = "0.4"
9088

9189
[dependencies.smithay-egui]
9290
features = ["svg"]
9391
git = "https://github.com/Smithay/smithay-egui.git"
9492
optional = true
95-
rev = "0b013bf"
93+
rev = "e9411da"
9694

9795
[features]
9896
debug = ["egui", "egui_plot", "smithay-egui", "anyhow/backtrace"]
@@ -116,5 +114,5 @@ inherits = "release"
116114
[profile.release]
117115
lto = "fat"
118116

119-
[patch."https://github.com/Smithay/smithay.git"]
120-
smithay = { git = "https://github.com/smithay//smithay", rev = "fe31867" }
117+
[patch.crates-io]
118+
smithay = { git = "https://github.com/smithay/smithay.git", rev = "f93476c" }

0 commit comments

Comments
 (0)