Switch Smithay back to git

Release currently has an unfortunate merge that breaks IMEs.
This commit is contained in:
Ivan Molodetskikh
2025-01-25 11:50:58 +03:00
parent 852da5714a
commit 78697d1cea
2 changed files with 7 additions and 9 deletions
Generated
+3 -5
View File
@@ -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",
+4 -4
View File
@@ -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]