Upgrade Smithay (old laptop screenshot fix)

This commit is contained in:
Ivan Molodetskikh
2026-04-20 20:37:21 +03:00
parent 68bb942d21
commit bd7c748a4f
2 changed files with 4 additions and 4 deletions
Generated
+2 -2
View File
@@ -3498,7 +3498,7 @@ checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c"
[[package]]
name = "smithay"
version = "0.7.0"
source = "git+https://github.com/Smithay/smithay.git?rev=dba255cd18c1a808c85a1d1144ad48e0b3f44b8f#dba255cd18c1a808c85a1d1144ad48e0b3f44b8f"
source = "git+https://github.com/Smithay/smithay.git?rev=27af99ef492ab4d7dc5cd2e625374d2beb2772f7#27af99ef492ab4d7dc5cd2e625374d2beb2772f7"
dependencies = [
"aliasable",
"appendlist",
@@ -3573,7 +3573,7 @@ dependencies = [
[[package]]
name = "smithay-drm-extras"
version = "0.1.0"
source = "git+https://github.com/Smithay/smithay.git?rev=dba255cd18c1a808c85a1d1144ad48e0b3f44b8f#dba255cd18c1a808c85a1d1144ad48e0b3f44b8f"
source = "git+https://github.com/Smithay/smithay.git?rev=27af99ef492ab4d7dc5cd2e625374d2beb2772f7#27af99ef492ab4d7dc5cd2e625374d2beb2772f7"
dependencies = [
"drm",
"libdisplay-info",
+2 -2
View File
@@ -28,14 +28,14 @@ tracy-client = { version = "0.18.4", default-features = false }
[workspace.dependencies.smithay]
# version = "0.4.1"
git = "https://github.com/Smithay/smithay.git"
rev = "dba255cd18c1a808c85a1d1144ad48e0b3f44b8f"
rev = "27af99ef492ab4d7dc5cd2e625374d2beb2772f7"
# path = "../smithay"
default-features = false
[workspace.dependencies.smithay-drm-extras]
# version = "0.1.0"
git = "https://github.com/Smithay/smithay.git"
rev = "dba255cd18c1a808c85a1d1144ad48e0b3f44b8f"
rev = "27af99ef492ab4d7dc5cd2e625374d2beb2772f7"
# path = "../smithay/smithay-drm-extras"
[package]