chore: use local cctk and clipboard crates
This commit is contained in:
parent
4e2e58e03d
commit
3982e04aa2
1 changed files with 4 additions and 4 deletions
|
|
@ -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 = "32283d7" }
|
cctk = { path = "../../cosmic-protocols/client-toolkit", package = "cosmic-client-toolkit" }
|
||||||
# Yoda: default-features=false drops softbuffer's x11 / x11-dlopen (pulled
|
# Yoda: default-features=false drops softbuffer's x11 / x11-dlopen (pulled
|
||||||
# tiny-xlib + as-raw-xcb-connection). The wayland + wayland-dlopen features
|
# tiny-xlib + as-raw-xcb-connection). The wayland + wayland-dlopen features
|
||||||
# are re-activated via iced_tiny_skia's own `wayland` feature propagation.
|
# are re-activated via iced_tiny_skia's own `wayland` feature propagation.
|
||||||
|
|
@ -308,9 +308,9 @@ winapi = "0.3"
|
||||||
# an opt-in feature. default-features=false + features=["wayland"] drops
|
# an opt-in feature. default-features=false + features=["wayland"] drops
|
||||||
# clipboard_x11 + x11rb from the build. Branch yoda-x11-optional on
|
# clipboard_x11 + x11rb from the build. Branch yoda-x11-optional on
|
||||||
# https://forge.aditua.com/leyoda/window_clipboard.
|
# https://forge.aditua.com/leyoda/window_clipboard.
|
||||||
window_clipboard = { git = "https://forge.aditua.com/leyoda/window_clipboard.git", branch = "yoda-x11-optional", default-features = false, features = ["wayland"] }
|
window_clipboard = { path = "../../window_clipboard", default-features = false, features = ["wayland"] }
|
||||||
dnd = { git = "https://forge.aditua.com/leyoda/window_clipboard.git", branch = "yoda-x11-optional" }
|
dnd = { path = "../../window_clipboard/dnd" }
|
||||||
mime = { git = "https://forge.aditua.com/leyoda/window_clipboard.git", branch = "yoda-x11-optional" }
|
mime = { path = "../../window_clipboard/mime" }
|
||||||
# Yoda: default-features = false drops winit's x11 default, which otherwise
|
# Yoda: default-features = false drops winit's x11 default, which otherwise
|
||||||
# pulls winit-x11, x11-dl, tiny-xlib, as-raw-xcb-connection. Our Wayland-only
|
# pulls winit-x11, x11-dl, tiny-xlib, as-raw-xcb-connection. Our Wayland-only
|
||||||
# fork doesn't need any of that — the wayland + wayland-dlopen features are
|
# fork doesn't need any of that — the wayland + wayland-dlopen features are
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue