feat: feature gates

This commit is contained in:
Ashley Wulber 2024-10-23 11:14:38 -04:00 committed by Ashley Wulber
parent 3cadfec2fb
commit 2a5f48bb13
8 changed files with 84 additions and 45 deletions

View file

@ -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]