Skip to content

Commit

Permalink
chore: Update smithay
Browse files Browse the repository at this point in the history
  • Loading branch information
Drakulix committed Feb 7, 2025
1 parent 5354c95 commit 22bc4a2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 4 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand All @@ -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" }

0 comments on commit 22bc4a2

Please sign in to comment.