-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy pathCargo.toml
More file actions
32 lines (25 loc) · 930 Bytes
/
Cargo.toml
File metadata and controls
32 lines (25 loc) · 930 Bytes
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
[workspace]
members = [
"cosmic-panel-bin",
"cosmic-panel-config",
"xdg-shell-wrapper-config",
]
resolver = "3"
[profile.dev]
opt-level = 1
[workspace.package]
license = "GPL-3.0-only"
[profile.release]
lto = "thin"
[workspace.dependencies]
sctk = { package = "smithay-client-toolkit", version = "0.20.0", features = [
"calloop",
"xkbcommon",
] }
[patch."https://github.com/pop-os/cosmic-protocols"]
cctk = { package = "cosmic-client-toolkit", git = "https://github.com/pop-os//cosmic-protocols" }
# [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" }