From e7509d41405a1f5af64f2f74166f2bc5f1673225 Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Mon, 20 Oct 2025 12:47:36 +0200 Subject: feat: make markdown support optional with a feature flag --- examples/rich/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 examples/rich/Cargo.toml (limited to 'examples/rich/Cargo.toml') diff --git a/examples/rich/Cargo.toml b/examples/rich/Cargo.toml new file mode 100644 index 0000000..a016a5e --- /dev/null +++ b/examples/rich/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "rich" +version = "0.0.0" +edition = "2024" + +[dependencies] +iced.workspace = true +iced_selection = { path = "../.." } +open.workspace = true -- cgit v1.2.3