diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-10-20 13:35:38 +0200 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-10-20 13:36:22 +0200 |
| commit | 6107291a672ffc912d2cfae9ffa33dcfc7b50399 (patch) | |
| tree | a266c6d8f21490e4899fee905df1534a99068bd2 /examples/markdown/Cargo.toml | |
| parent | ci(doc): build docs with (diff) | |
| download | iced_selection-6107291a672ffc912d2cfae9ffa33dcfc7b50399.tar.gz | |
feat: add `markdown` example
Diffstat (limited to '')
| -rw-r--r-- | examples/markdown/Cargo.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/markdown/Cargo.toml b/examples/markdown/Cargo.toml new file mode 100644 index 0000000..ba97085 --- /dev/null +++ b/examples/markdown/Cargo.toml @@ -0,0 +1,13 @@ +[package] +name = "markdown" +version = "0.0.0" +edition = "2024" + +[dependencies] +iced.workspace = true +iced.features = ["highlighter"] + +iced_selection.path = "../.." +iced_selection.features = ["markdown"] + +open.workspace = true |
