aboutsummaryrefslogtreecommitdiff
path: root/examples/markdown/Cargo.toml
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-10-20 13:35:38 +0200
committerPolesznyák Márk <contact@pml68.dev>2025-10-20 13:36:22 +0200
commit6107291a672ffc912d2cfae9ffa33dcfc7b50399 (patch)
treea266c6d8f21490e4899fee905df1534a99068bd2 /examples/markdown/Cargo.toml
parentci(doc): build docs with (diff)
downloadiced_selection-6107291a672ffc912d2cfae9ffa33dcfc7b50399.tar.gz
feat: add `markdown` example
Diffstat (limited to 'examples/markdown/Cargo.toml')
-rw-r--r--examples/markdown/Cargo.toml13
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