diff --git a/Cargo.lock b/Cargo.lock index 4e9e15e2..3dbe631e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3874,9 +3874,8 @@ dependencies = [ [[package]] name = "pixman" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d24a24da0bec14f4e43a495c1837a3c358b87532e7fe66bd75c348b89f0451b6" +version = "0.2.0" +source = "git+https://github.com/ids1024/pixman-rs?branch=send#096317d6ffa277a222c5deafe74fcf767cf55bf1" dependencies = [ "drm-fourcc", "paste", @@ -3887,8 +3886,7 @@ dependencies = [ [[package]] name = "pixman-sys" version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1a0483e89e81d7915defe83c51f23f6800594d64f6f4a21253ce87fd8444ada" +source = "git+https://github.com/ids1024/pixman-rs?branch=send#096317d6ffa277a222c5deafe74fcf767cf55bf1" [[package]] name = "pkg-config" @@ -4638,7 +4636,7 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "smithay" version = "0.3.0" -source = "git+https://github.com/cmeissl/smithay?branch=feature/drm_auto_select#341737877dbd7169ba408171d6322c85c9a24bab" +source = "git+https://github.com/cmeissl/smithay?branch=feature/drm_auto_select#cb9b2808195941531691038a69ead01a5dbac405" dependencies = [ "appendlist", "ash", diff --git a/Cargo.toml b/Cargo.toml index 9e61e1f7..d89577e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -121,3 +121,6 @@ lto = "fat" [patch."https://github.com/Smithay/smithay.git"] #smithay = { git = "https://github.com/smithay//smithay", rev = "bc1d732" } smithay = { git = "https://github.com/cmeissl/smithay", branch = "feature/drm_auto_select" } + +[patch.crates-io] +pixman = { git = "https://github.com/ids1024/pixman-rs", branch = "send" } \ No newline at end of file