chore: update sctk and add patch
This commit is contained in:
parent
fd67781eaf
commit
414ff05835
3 changed files with 11 additions and 32 deletions
38
Cargo.lock
generated
38
Cargo.lock
generated
|
|
@ -856,7 +856,7 @@ dependencies = [
|
||||||
"futures-lite",
|
"futures-lite",
|
||||||
"image",
|
"image",
|
||||||
"rayon",
|
"rayon",
|
||||||
"smithay-client-toolkit 0.17.0 (git+https://github.com/pop-os/client-toolkit?tag=themed-pointer)",
|
"smithay-client-toolkit 0.17.0",
|
||||||
"tokio",
|
"tokio",
|
||||||
"tracing",
|
"tracing",
|
||||||
"wayland-client 0.30.2",
|
"wayland-client 0.30.2",
|
||||||
|
|
@ -2169,7 +2169,7 @@ dependencies = [
|
||||||
"instant",
|
"instant",
|
||||||
"log",
|
"log",
|
||||||
"palette",
|
"palette",
|
||||||
"smithay-client-toolkit 0.17.0 (git+https://github.com/smithay/client-toolkit?rev=f49df45)",
|
"smithay-client-toolkit 0.17.0",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
"twox-hash",
|
"twox-hash",
|
||||||
]
|
]
|
||||||
|
|
@ -2225,7 +2225,7 @@ dependencies = [
|
||||||
"iced_accessibility",
|
"iced_accessibility",
|
||||||
"iced_core",
|
"iced_core",
|
||||||
"iced_futures",
|
"iced_futures",
|
||||||
"smithay-client-toolkit 0.17.0 (git+https://github.com/smithay/client-toolkit?rev=f49df45)",
|
"smithay-client-toolkit 0.17.0",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
@ -2244,7 +2244,7 @@ dependencies = [
|
||||||
"itertools 0.10.5",
|
"itertools 0.10.5",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"raw-window-handle 0.5.2",
|
"raw-window-handle 0.5.2",
|
||||||
"smithay-client-toolkit 0.17.0 (git+https://github.com/smithay/client-toolkit?rev=f49df45)",
|
"smithay-client-toolkit 0.17.0",
|
||||||
"smithay-clipboard",
|
"smithay-clipboard",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
"tracing",
|
"tracing",
|
||||||
|
|
@ -2312,7 +2312,7 @@ dependencies = [
|
||||||
"iced_style",
|
"iced_style",
|
||||||
"num-traits",
|
"num-traits",
|
||||||
"ouroboros",
|
"ouroboros",
|
||||||
"smithay-client-toolkit 0.17.0 (git+https://github.com/smithay/client-toolkit?rev=f49df45)",
|
"smithay-client-toolkit 0.17.0",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
"unicode-segmentation",
|
"unicode-segmentation",
|
||||||
]
|
]
|
||||||
|
|
@ -2697,7 +2697,7 @@ dependencies = [
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"palette",
|
"palette",
|
||||||
"slotmap",
|
"slotmap",
|
||||||
"smithay-client-toolkit 0.17.0 (git+https://github.com/smithay/client-toolkit?rev=f49df45)",
|
"smithay-client-toolkit 0.17.0",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
"tokio",
|
"tokio",
|
||||||
"tracing",
|
"tracing",
|
||||||
|
|
@ -4148,31 +4148,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "smithay-client-toolkit"
|
name = "smithay-client-toolkit"
|
||||||
version = "0.17.0"
|
version = "0.17.0"
|
||||||
source = "git+https://github.com/pop-os/client-toolkit?tag=themed-pointer#fd15dd954bc5f0c78d079aeda7b11194a682bbff"
|
source = "git+https://github.com/smithay/client-toolkit//?rev=f49df45#f49df457aa0dd33d505c212bafab407257cb83f8"
|
||||||
dependencies = [
|
|
||||||
"bitflags 1.3.2",
|
|
||||||
"calloop",
|
|
||||||
"cursor-icon",
|
|
||||||
"dlib",
|
|
||||||
"lazy_static",
|
|
||||||
"log",
|
|
||||||
"memmap2 0.5.10",
|
|
||||||
"nix 0.26.4",
|
|
||||||
"pkg-config",
|
|
||||||
"thiserror",
|
|
||||||
"wayland-backend",
|
|
||||||
"wayland-client 0.30.2",
|
|
||||||
"wayland-cursor 0.30.0",
|
|
||||||
"wayland-protocols 0.30.1",
|
|
||||||
"wayland-protocols-wlr",
|
|
||||||
"wayland-scanner 0.30.1",
|
|
||||||
"xkbcommon",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "smithay-client-toolkit"
|
|
||||||
version = "0.17.0"
|
|
||||||
source = "git+https://github.com/smithay/client-toolkit?rev=f49df45#f49df457aa0dd33d505c212bafab407257cb83f8"
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 1.3.2",
|
"bitflags 1.3.2",
|
||||||
"bytemuck",
|
"bytemuck",
|
||||||
|
|
|
||||||
|
|
@ -28,6 +28,9 @@ git = "https://github.com/pop-os/cosmic-panel"
|
||||||
# libcosmic = { git = "https://github.com/pop-os/libcosmic?rev=master", branch = "improv" }
|
# libcosmic = { git = "https://github.com/pop-os/libcosmic?rev=master", branch = "improv" }
|
||||||
# cosmic-config = { git = "https://github.com/pop-os/libcosmic?rev=master", branch = "improv" }
|
# cosmic-config = { git = "https://github.com/pop-os/libcosmic?rev=master", branch = "improv" }
|
||||||
|
|
||||||
|
[patch."https://github.com/Smithay/client-toolkit"]
|
||||||
|
sctk = { git = "https://github.com/smithay/client-toolkit//", package = "smithay-client-toolkit", rev = "f49df45"}
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
opt-level = 3
|
opt-level = 3
|
||||||
lto = "thin"
|
lto = "thin"
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ freedesktop-icons = "0.2.3"
|
||||||
futures-lite = "1.13.0"
|
futures-lite = "1.13.0"
|
||||||
image = "0.24.6"
|
image = "0.24.6"
|
||||||
rayon = "1.7.0"
|
rayon = "1.7.0"
|
||||||
sctk = { package = "smithay-client-toolkit", git = "https://github.com/pop-os/client-toolkit", tag = "themed-pointer"}
|
sctk = { git = "https://github.com/smithay/client-toolkit/", package = "smithay-client-toolkit", rev = "f49df45"}
|
||||||
tokio = { version = "1.28.0", features = ["sync"] }
|
tokio = { version = "1.28.0", features = ["sync"] }
|
||||||
tracing = "0.1.37"
|
tracing = "0.1.37"
|
||||||
wayland-client = "0.30.1"
|
wayland-client = "0.30.1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue