ci: add CI for different feature combinations

This commit is contained in:
Victoria Brekenfeld 2023-01-03 21:33:11 +01:00 committed by Michael Murphy
parent f024bdf2fd
commit a736b361a1
4 changed files with 132 additions and 4 deletions

View file

@ -6,4 +6,4 @@ edition = "2021"
publish = false
[dependencies]
libcosmic = { path = "../.." }
libcosmic = { path = "../..", default-features = false, features = ["wayland"] }

View file

@ -7,4 +7,4 @@ publish = false
[dependencies]
apply = "0.3.0"
libcosmic = { path = "../..", default-features = false, features = ["debug", "wgpu", "winit"] }
libcosmic = { path = "../..", default-features = false, features = ["debug", "winit_wgpu"] }