Bump Smithay to fix GTK 4.23 text-input panic

This commit is contained in:
Ivan Molodetskikh
2026-04-24 17:59:18 +03:00
parent 8a51935224
commit 719255ac35
2 changed files with 7 additions and 7 deletions
Generated
+2 -2
View File
@@ -3498,7 +3498,7 @@ checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c"
[[package]] [[package]]
name = "smithay" name = "smithay"
version = "0.7.0" version = "0.7.0"
source = "git+https://github.com/Smithay/smithay.git?rev=27af99ef492ab4d7dc5cd2e625374d2beb2772f7#27af99ef492ab4d7dc5cd2e625374d2beb2772f7" source = "git+https://github.com/YaLTeR/smithay.git?rev=a25476a140d89f7fe96ec49d0fdd68e37af7c17b#a25476a140d89f7fe96ec49d0fdd68e37af7c17b"
dependencies = [ dependencies = [
"aliasable", "aliasable",
"appendlist", "appendlist",
@@ -3573,7 +3573,7 @@ dependencies = [
[[package]] [[package]]
name = "smithay-drm-extras" name = "smithay-drm-extras"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/Smithay/smithay.git?rev=27af99ef492ab4d7dc5cd2e625374d2beb2772f7#27af99ef492ab4d7dc5cd2e625374d2beb2772f7" source = "git+https://github.com/YaLTeR/smithay.git?rev=a25476a140d89f7fe96ec49d0fdd68e37af7c17b#a25476a140d89f7fe96ec49d0fdd68e37af7c17b"
dependencies = [ dependencies = [
"drm", "drm",
"libdisplay-info", "libdisplay-info",
+5 -5
View File
@@ -27,15 +27,15 @@ tracy-client = { version = "0.18.4", default-features = false }
[workspace.dependencies.smithay] [workspace.dependencies.smithay]
# version = "0.4.1" # version = "0.4.1"
git = "https://github.com/Smithay/smithay.git" git = "https://github.com/YaLTeR/smithay.git"
rev = "27af99ef492ab4d7dc5cd2e625374d2beb2772f7" # A hotfix for a GTK 4.23 text input compositor crash.
# path = "../smithay" rev = "a25476a140d89f7fe96ec49d0fdd68e37af7c17b"
default-features = false default-features = false
[workspace.dependencies.smithay-drm-extras] [workspace.dependencies.smithay-drm-extras]
# version = "0.1.0" # version = "0.1.0"
git = "https://github.com/Smithay/smithay.git" git = "https://github.com/YaLTeR/smithay.git"
rev = "27af99ef492ab4d7dc5cd2e625374d2beb2772f7" rev = "a25476a140d89f7fe96ec49d0fdd68e37af7c17b"
# path = "../smithay/smithay-drm-extras" # path = "../smithay/smithay-drm-extras"
[package] [package]