File tree Expand file tree Collapse file tree 4 files changed +4
-15
lines changed Expand file tree Collapse file tree 4 files changed +4
-15
lines changed Original file line number Diff line number Diff line change 2
2
path = iced
3
3
url = https://github.com/pop-os/iced.git
4
4
branch = master
5
- [submodule "examples/design-demo "]
6
- path = examples/design-demo
7
- url = https://github.com/pop-os/cosmic-design-demo
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ members = [
171
171
" cosmic-theme" ,
172
172
" examples/*" ,
173
173
]
174
- exclude = [" examples/design-demo " , " iced" ]
174
+ exclude = [" iced" ]
175
175
176
176
[workspace .dependencies ]
177
177
dirs = " 5.0.1"
Original file line number Diff line number Diff line change 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
9
2
10
3
## ` application `
11
4
12
5
Start here as a template for creating an application with libcosmic's application API.
13
6
14
7
``` sh
15
- just run cosmic-design demo
8
+ just run application
16
9
```
17
10
18
11
## ` open-dialog `
@@ -21,4 +14,4 @@ Demonstrates how to create an open file dialog
21
14
22
15
``` sh
23
16
just run open-dialog
24
- ```
17
+ ```
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments