Revert "chore: use crate for softbuffer"

This reverts commit 375b24c3c4.
This commit is contained in:
Ashley Wulber 2026-04-02 21:07:40 -04:00 committed by Ashley Wulber
parent 42e3afb568
commit 2d4ede1597
2 changed files with 108 additions and 17 deletions

View file

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