From 78697d1cea20e6b53013e820999b0403c45d9f00 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Sat, 25 Jan 2025 11:50:58 +0300 Subject: Switch Smithay back to git Release currently has an unfortunate merge that breaks IMEs. --- Cargo.lock | 8 +++----- Cargo.toml | 8 ++++---- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e5c0af7..2f0ef761 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3419,9 +3419,8 @@ checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c" [[package]] name = "smithay" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10f6d23daf95df89838f9ad4dcff20bbca2c1058d489872cd3a6d0240f639fb6" +version = "0.4.0" +source = "git+https://github.com/Smithay/smithay.git#0c2230f858580b52d628087d6dae1795278b8756" dependencies = [ "appendlist", "bitflags 2.8.0", @@ -3492,8 +3491,7 @@ dependencies = [ [[package]] name = "smithay-drm-extras" version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa68109eb23955c216dadb780b0a82e5b0d1dd4b649d4a52b59100eb83a30e96" +source = "git+https://github.com/Smithay/smithay.git#0c2230f858580b52d628087d6dae1795278b8756" dependencies = [ "drm", "libdisplay-info", diff --git a/Cargo.toml b/Cargo.toml index 169062b6..fa5997c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,14 +26,14 @@ tracing-subscriber = { version = "0.3.19", features = ["env-filter"] } tracy-client = { version = "0.18.0", default-features = false } [workspace.dependencies.smithay] -version = "0.4.1" -# git = "https://github.com/Smithay/smithay.git" +# version = "0.4.1" +git = "https://github.com/Smithay/smithay.git" # path = "../smithay" default-features = false [workspace.dependencies.smithay-drm-extras] -version = "0.1.0" -# git = "https://github.com/Smithay/smithay.git" +# version = "0.1.0" +git = "https://github.com/Smithay/smithay.git" # path = "../smithay/smithay-drm-extras" [package] -- cgit