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
|
path = iced
|
||||||
url = https://github.com/pop-os/iced.git
|
url = https://github.com/pop-os/iced.git
|
||||||
branch = master
|
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",
|
"cosmic-theme",
|
||||||
"examples/*",
|
"examples/*",
|
||||||
]
|
]
|
||||||
exclude = ["examples/design-demo", "iced"]
|
exclude = ["iced"]
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
dirs = "5.0.1"
|
dirs = "5.0.1"
|
||||||
|
|
|
||||||
|
|
@ -1,18 +1,11 @@
|
||||||
## `design-demo`
|
# Examples
|
||||||
|
|
||||||
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
|
|
||||||
```
|
|
||||||
|
|
||||||
## `application`
|
## `application`
|
||||||
|
|
||||||
Start here as a template for creating an application with libcosmic's application API.
|
Start here as a template for creating an application with libcosmic's application API.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
just run cosmic-design demo
|
just run application
|
||||||
```
|
```
|
||||||
|
|
||||||
## `open-dialog`
|
## `open-dialog`
|
||||||
|
|
@ -21,4 +14,4 @@ Demonstrates how to create an open file dialog
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
just run open-dialog
|
just run open-dialog
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 493e17a0105c7523fb7ff5fd7221ec586ac9010f
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue