From 184d7662d46fc2c76143b6673c59502c36866fc3 Mon Sep 17 00:00:00 2001 From: Victoria Brekenfeld Date: Wed, 4 Oct 2023 18:26:47 +0200 Subject: [PATCH] deps: Use patched calloop for now --- Cargo.lock | 3 +-- Cargo.toml | 5 ++++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 11a80e70..0b470686 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 33ba6330..24a6548e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } \ No newline at end of file