-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathCargo.toml
38 lines (29 loc) · 1.24 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[workspace]
members = [
"cosmic-panel-bin",
"cosmic-panel-config",
"xdg-shell-wrapper-config",
]
resolver = "2"
[profile.dev]
opt-level = 1
[workspace.package]
license = "GPL-3.0-only"
[profile.release]
lto = "thin"
[workspace.dependencies]
sctk = { package = "smithay-client-toolkit", git = "https://github.com/Smithay/client-toolkit", version = "0.19.2", features = [
"calloop",
"xkbcommon",
] }
[patch."https://github.com/Smithay/client-toolkit"]
sctk = { package = "smithay-client-toolkit", git = "https://github.com/Smithay//client-toolkit/", rev = "ca6a36e" }
[patch."crates-io"]
sctk = { package = "smithay-client-toolkit", git = "https://github.com/Smithay//client-toolkit/", rev = "ca6a36e" }
# [patch."https://github.com/pop-os/xdg-shell-wrapper"]
# xdg-shell-wrapper-config = { path = "../xdg-shell-wrapper/xdg-shell-wrapper-config" }
# xdg-shell-wrapper = { path = "../xdg-shell-wrapper" }
# xdg-shell-wrapper = { git = "https://github.com/pop-os/xdg-shell-wrapper//", branch = "update" }
# xdg-shell-wrapper-config = { git = "https://github.com/pop-os/xdg-shell-wrapper//", branch = "update" }
# [patch."https://github.com/pop-os/libcosmic"]
# cosmic-config = { git = "https://github.com/pop-os/libcosmic//", branch = "zbus-4" }