Skip to content

Commit

Permalink
chore: update sctk and add patch
Browse files Browse the repository at this point in the history
  • Loading branch information
wash2 authored and mmstick committed Sep 20, 2023
1 parent fd67781 commit 414ff05
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 32 deletions.
38 changes: 7 additions & 31 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ git = "https://github.com/pop-os/cosmic-panel"
# 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" }

[patch."https://github.com/Smithay/client-toolkit"]
sctk = { git = "https://github.com/smithay/client-toolkit//", package = "smithay-client-toolkit", rev = "f49df45"}

[profile.release]
opt-level = 3
lto = "thin"
2 changes: 1 addition & 1 deletion pages/desktop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ freedesktop-icons = "0.2.3"
futures-lite = "1.13.0"
image = "0.24.6"
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"] }
tracing = "0.1.37"
wayland-client = "0.30.1"

0 comments on commit 414ff05

Please sign in to comment.