chore: remove deprecated design-demo example

This commit is contained in:
Michael Mc Donnell 2024-09-12 13:07:34 -10:00 committed by GitHub
parent f942977703
commit 914d989049
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 15 deletions

3
.gitmodules vendored
View file

@ -2,6 +2,3 @@
path = iced
url = https://github.com/pop-os/iced.git
branch = master
[submodule "examples/design-demo"]
path = examples/design-demo
url = https://github.com/pop-os/cosmic-design-demo

View file

@ -171,7 +171,7 @@ members = [
"cosmic-theme",
"examples/*",
]
exclude = ["examples/design-demo", "iced"]
exclude = ["iced"]
[workspace.dependencies]
dirs = "5.0.1"

View file

@ -1,18 +1,11 @@
## `design-demo`
Showcase of all widgets and their styled variations for the purpose of demonstrating and
fine-tuning our design system.
```sh
just run cosmic-design demo
```
# Examples
## `application`
Start here as a template for creating an application with libcosmic's application API.
```sh
just run cosmic-design demo
just run application
```
## `open-dialog`
@ -21,4 +14,4 @@ Demonstrates how to create an open file dialog
```sh
just run open-dialog
```
```

@ -1 +0,0 @@
Subproject commit 493e17a0105c7523fb7ff5fd7221ec586ac9010f