chore: remove deprecated design-demo example
This commit is contained in:
parent
f942977703
commit
914d989049
4 changed files with 4 additions and 15 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -171,7 +171,7 @@ members = [
|
|||
"cosmic-theme",
|
||||
"examples/*",
|
||||
]
|
||||
exclude = ["examples/design-demo", "iced"]
|
||||
exclude = ["iced"]
|
||||
|
||||
[workspace.dependencies]
|
||||
dirs = "5.0.1"
|
||||
|
|
|
|||
|
|
@ -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`
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 493e17a0105c7523fb7ff5fd7221ec586ac9010f
|
||||
Loading…
Add table
Add a link
Reference in a new issue