ci: add CI for different feature combinations
This commit is contained in:
parent
f024bdf2fd
commit
a736b361a1
4 changed files with 132 additions and 4 deletions
|
|
@ -6,4 +6,4 @@ edition = "2021"
|
|||
publish = false
|
||||
|
||||
[dependencies]
|
||||
libcosmic = { path = "../.." }
|
||||
libcosmic = { path = "../..", default-features = false, features = ["wayland"] }
|
||||
|
|
|
|||
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue