Skip to content

Commit

Permalink
deps: Use patched calloop for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Drakulix committed Oct 4, 2023
1 parent 148a316 commit 184d766
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

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

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ indexmap = "2.0"
xdg = "^2.1"
ron = "0.8"
libsystemd = { version = "0.6", optional = true }
wayland-backend = "0.3.0"
wayland-backend = "0.3.2"
wayland-scanner = "0.31.0"
cosmic-comp-config = { path = "cosmic-comp-config" }
cosmic-config = { git = "https://github.com/pop-os/libcosmic/", rev = "f91287d", features = ["calloop"] }
Expand Down Expand Up @@ -88,3 +88,6 @@ lto = "fat"

[patch."https://github.com/Smithay/smithay.git"]
smithay = { git = "https://github.com/smithay//smithay", rev = "74ef59a3f" }

[patch.crates-io]
calloop = { git = "https://github.com/Smithay/calloop", branch = "zombies" }

0 comments on commit 184d766

Please sign in to comment.