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
+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]