feat(examples): improve design demo and merge cosmic-sctk example

This commit is contained in:
Michael Aaron Murphy 2023-09-13 15:18:20 +02:00 committed by Michael Murphy
parent 0eba498708
commit 37d5dd8b65
15 changed files with 1229 additions and 900 deletions

View file

@ -1,4 +1,4 @@
examples := 'application cosmic cosmic_sctk design open_dialog'
examples := 'application cosmic design open_dialog'
# Check for errors and linter warnings
check *args: (check-wayland args) (check-winit args) (check-examples args)