Skip to content

Commit 914d989

Browse files
chore: remove deprecated design-demo example
1 parent f942977 commit 914d989

File tree

4 files changed

+4
-15
lines changed

4 files changed

+4
-15
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,3 @@
22
path = iced
33
url = https://github.com/pop-os/iced.git
44
branch = master
5-
[submodule "examples/design-demo"]
6-
path = examples/design-demo
7-
url = https://github.com/pop-os/cosmic-design-demo

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ members = [
171171
"cosmic-theme",
172172
"examples/*",
173173
]
174-
exclude = ["examples/design-demo", "iced"]
174+
exclude = ["iced"]
175175

176176
[workspace.dependencies]
177177
dirs = "5.0.1"

examples/README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
1-
## `design-demo`
2-
3-
Showcase of all widgets and their styled variations for the purpose of demonstrating and
4-
fine-tuning our design system.
5-
6-
```sh
7-
just run cosmic-design demo
8-
```
1+
# Examples
92

103
## `application`
114

125
Start here as a template for creating an application with libcosmic's application API.
136

147
```sh
15-
just run cosmic-design demo
8+
just run application
169
```
1710

1811
## `open-dialog`
@@ -21,4 +14,4 @@ Demonstrates how to create an open file dialog
2114

2215
```sh
2316
just run open-dialog
24-
```
17+
```

examples/design-demo

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)