From 914d989049ea1a8c47f0690cdbbfe3f862cc491d Mon Sep 17 00:00:00 2001 From: Michael Mc Donnell Date: Thu, 12 Sep 2024 13:07:34 -1000 Subject: [PATCH] chore: remove deprecated design-demo example --- .gitmodules | 3 --- Cargo.toml | 2 +- examples/README.md | 13 +++---------- examples/design-demo | 1 - 4 files changed, 4 insertions(+), 15 deletions(-) delete mode 160000 examples/design-demo diff --git a/.gitmodules b/.gitmodules index 2338d05..367f7f2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 5c64563..1b5597c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -171,7 +171,7 @@ members = [ "cosmic-theme", "examples/*", ] -exclude = ["examples/design-demo", "iced"] +exclude = ["iced"] [workspace.dependencies] dirs = "5.0.1" diff --git a/examples/README.md b/examples/README.md index beef9c9..2c6907c 100644 --- a/examples/README.md +++ b/examples/README.md @@ -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 -``` \ No newline at end of file +``` diff --git a/examples/design-demo b/examples/design-demo deleted file mode 160000 index 493e17a..0000000 --- a/examples/design-demo +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 493e17a0105c7523fb7ff5fd7221ec586ac9010f