docs: update cosmic-protocols with docs cfg fix

This commit is contained in:
Michael Aaron Murphy 2026-05-20 17:00:28 +02:00
parent b007caba44
commit 98fb6a0fba
No known key found for this signature in database
GPG key ID: B2732D4240C9212C

View file

@ -120,7 +120,7 @@ winit = [
] ]
wayland = ["iced_renderer/wayland", "iced_winit/wayland"] wayland = ["iced_renderer/wayland", "iced_winit/wayland"]
cctk = ["iced_winit/cctk", "iced_widget/cctk", "iced_core/cctk", "wayland"] cctk = ["iced_winit/cctk", "iced_widget/cctk", "iced_core/cctk", "wayland"]
# Enables the sctk shell. # Enables the sctk shell.
[dependencies] [dependencies]
@ -274,7 +274,7 @@ tiny-skia = { version = "0.11", default-features = false, features = [
"std", "std",
"simd", "simd",
] } ] }
cctk = { git = "https://github.com/pop-os/cosmic-protocols", package = "cosmic-client-toolkit", rev = "160b086" } cctk = { git = "https://github.com/pop-os/cosmic-protocols", package = "cosmic-client-toolkit", rev = "c253ec1" }
softbuffer = { git = "https://github.com/pop-os/softbuffer", tag = "cosmic-4.0" } softbuffer = { git = "https://github.com/pop-os/softbuffer", tag = "cosmic-4.0" }
syntect = "5.2" syntect = "5.2"
tokio = "1.0" tokio = "1.0"