mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-21 02:01:55 +07:00
Bump Smithay (last fix was merged)
This commit is contained in:
Generated
+2
-2
@@ -3498,7 +3498,7 @@ checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c"
|
||||
[[package]]
|
||||
name = "smithay"
|
||||
version = "0.7.0"
|
||||
source = "git+https://github.com/YaLTeR/smithay.git?rev=a25476a140d89f7fe96ec49d0fdd68e37af7c17b#a25476a140d89f7fe96ec49d0fdd68e37af7c17b"
|
||||
source = "git+https://github.com/Smithay/smithay.git?rev=ff5fa7df392cecfba049ffed55cdaa4e98a8e7ef#ff5fa7df392cecfba049ffed55cdaa4e98a8e7ef"
|
||||
dependencies = [
|
||||
"aliasable",
|
||||
"appendlist",
|
||||
@@ -3573,7 +3573,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "smithay-drm-extras"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/YaLTeR/smithay.git?rev=a25476a140d89f7fe96ec49d0fdd68e37af7c17b#a25476a140d89f7fe96ec49d0fdd68e37af7c17b"
|
||||
source = "git+https://github.com/Smithay/smithay.git?rev=ff5fa7df392cecfba049ffed55cdaa4e98a8e7ef#ff5fa7df392cecfba049ffed55cdaa4e98a8e7ef"
|
||||
dependencies = [
|
||||
"drm",
|
||||
"libdisplay-info",
|
||||
|
||||
+4
-5
@@ -27,15 +27,14 @@ tracy-client = { version = "0.18.4", default-features = false }
|
||||
|
||||
[workspace.dependencies.smithay]
|
||||
# version = "0.4.1"
|
||||
git = "https://github.com/YaLTeR/smithay.git"
|
||||
# A hotfix for a GTK 4.23 text input compositor crash.
|
||||
rev = "a25476a140d89f7fe96ec49d0fdd68e37af7c17b"
|
||||
git = "https://github.com/Smithay/smithay.git"
|
||||
rev = "ff5fa7df392cecfba049ffed55cdaa4e98a8e7ef"
|
||||
default-features = false
|
||||
|
||||
[workspace.dependencies.smithay-drm-extras]
|
||||
# version = "0.1.0"
|
||||
git = "https://github.com/YaLTeR/smithay.git"
|
||||
rev = "a25476a140d89f7fe96ec49d0fdd68e37af7c17b"
|
||||
git = "https://github.com/Smithay/smithay.git"
|
||||
rev = "ff5fa7df392cecfba049ffed55cdaa4e98a8e7ef"
|
||||
# path = "../smithay/smithay-drm-extras"
|
||||
|
||||
[package]
|
||||
|
||||
Reference in New Issue
Block a user