Update Smithay (text-input double input fix)

This commit is contained in:
Ivan Molodetskikh
2025-02-05 12:53:42 +03:00
parent c384b2489f
commit d320833f40
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -3410,7 +3410,7 @@ checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c"
[[package]]
name = "smithay"
version = "0.4.0"
source = "git+https://github.com/Smithay/smithay.git#0c2230f858580b52d628087d6dae1795278b8756"
source = "git+https://github.com/Smithay/smithay.git#f93476cebab3d47f6729354805b3e184f6878ef2"
dependencies = [
"appendlist",
"bitflags 2.8.0",
@@ -3481,7 +3481,7 @@ dependencies = [
[[package]]
name = "smithay-drm-extras"
version = "0.1.0"
source = "git+https://github.com/Smithay/smithay.git#0c2230f858580b52d628087d6dae1795278b8756"
source = "git+https://github.com/Smithay/smithay.git#f93476cebab3d47f6729354805b3e184f6878ef2"
dependencies = [
"drm",
"libdisplay-info",
+1 -1
View File
@@ -12,7 +12,7 @@ authors = ["Ivan Molodetskikh <yalterz@gmail.com>"]
license = "GPL-3.0-or-later"
edition = "2021"
repository = "https://github.com/YaLTeR/niri"
rust-version = "1.80"
rust-version = "1.80.1"
[workspace.dependencies]
anyhow = "1.0.95"