From 6107291a672ffc912d2cfae9ffa33dcfc7b50399 Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Mon, 20 Oct 2025 13:35:38 +0200 Subject: feat: add `markdown` example --- examples/markdown/Cargo.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 examples/markdown/Cargo.toml (limited to 'examples/markdown/Cargo.toml') 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 -- cgit v1.2.3