chore: Update cosmic-protocols/randr

This commit is contained in:
Victoria Brekenfeld 2024-11-20 19:20:42 +01:00 committed by Victoria Brekenfeld
parent b148150101
commit d76c564feb
2 changed files with 7 additions and 7 deletions

12
Cargo.lock generated
View file

@ -1551,7 +1551,7 @@ dependencies = [
[[package]]
name = "cosmic-protocols"
version = "0.1.0"
source = "git+https://github.com/pop-os/cosmic-protocols//?rev=bd65e0f2d55429954839c9e6c7bc5b0d198b85f0#bd65e0f2d55429954839c9e6c7bc5b0d198b85f0"
source = "git+https://github.com/pop-os/cosmic-protocols//?rev=27d70b6#27d70b6eb9c785a2a48341016f32a7b1ac4980ac"
dependencies = [
"bitflags 2.6.0",
"wayland-backend",
@ -1565,7 +1565,7 @@ dependencies = [
[[package]]
name = "cosmic-randr"
version = "0.1.0"
source = "git+https://github.com/pop-os/cosmic-randr#8d0938029f223016fde11aef4c5233ddbfdb2796"
source = "git+https://github.com/pop-os/cosmic-randr#311b944d3f549af21a57fd348d0ede8219dd7f9c"
dependencies = [
"cosmic-protocols",
"futures-lite 2.5.0",
@ -1581,7 +1581,7 @@ dependencies = [
[[package]]
name = "cosmic-randr-shell"
version = "0.1.0"
source = "git+https://github.com/pop-os/cosmic-randr#8d0938029f223016fde11aef4c5233ddbfdb2796"
source = "git+https://github.com/pop-os/cosmic-randr#311b944d3f549af21a57fd348d0ede8219dd7f9c"
dependencies = [
"kdl",
"slotmap",
@ -7821,7 +7821,7 @@ dependencies = [
"js-sys",
"log",
"naga",
"parking_lot 0.12.3",
"parking_lot 0.11.2",
"profiling",
"raw-window-handle",
"smallvec",
@ -7849,7 +7849,7 @@ dependencies = [
"log",
"naga",
"once_cell",
"parking_lot 0.12.3",
"parking_lot 0.11.2",
"profiling",
"raw-window-handle",
"rustc-hash 1.1.0",
@ -7890,7 +7890,7 @@ dependencies = [
"ndk-sys 0.5.0+25.2.9519653",
"objc",
"once_cell",
"parking_lot 0.12.3",
"parking_lot 0.11.2",
"profiling",
"range-alloc",
"raw-window-handle",

View file

@ -48,7 +48,7 @@ lto = "thin"
# smithay-client-toolkit = { git = "https://github.com/smithay/client-toolkit//", rev = "c583de8" }
[patch.'https://github.com/pop-os/cosmic-protocols']
cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols//", rev = "bd65e0f2d55429954839c9e6c7bc5b0d198b85f0" }
cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols//", rev = "27d70b6" }
# For development and testing purposes
# [patch.'https://github.com/pop-os/libcosmic']