feat: feature gates
This commit is contained in:
parent
3cadfec2fb
commit
2a5f48bb13
8 changed files with 84 additions and 45 deletions
12
Cargo.toml
12
Cargo.toml
|
|
@ -11,17 +11,7 @@ cosmic-randr = { git = "https://github.com/pop-os/cosmic-randr" }
|
|||
tokio = { version = "1.40.0", features = ["macros"] }
|
||||
|
||||
[workspace.dependencies.libcosmic]
|
||||
features = [
|
||||
"a11y",
|
||||
"dbus-config",
|
||||
"single-instance",
|
||||
"multi-window",
|
||||
"winit",
|
||||
"tokio",
|
||||
"wayland",
|
||||
"wgpu",
|
||||
"xdg-portal",
|
||||
]
|
||||
features = ["multi-window", "winit", "tokio", "xdg-portal"]
|
||||
git = "https://github.com/pop-os/libcosmic"
|
||||
|
||||
[workspace.dependencies.cosmic-config]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue