deps: Use patched calloop for now
This commit is contained in:
parent
148a3163e2
commit
184d7662d4
2 changed files with 5 additions and 3 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
|
@ -370,8 +370,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "calloop"
|
||||
version = "0.12.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "aadd183e815348c0649051b1c43418643208f8ed13c8a84da7215b4e1cf42714"
|
||||
source = "git+https://github.com/Smithay/calloop?branch=zombies#9c76b4f69d80013d9ed910cd7f2c1d828f46c14e"
|
||||
dependencies = [
|
||||
"async-task",
|
||||
"bitflags 2.4.0",
|
||||
|
|
|
|||
|
|
@ -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"] }
|
||||
|
|
@ -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" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue