summaryrefslogtreecommitdiffstats
path: root/examples/markdown/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2025-02-04 20:58:06 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2025-02-04 20:58:06 +0100
commite8020f3eaf3baec2b41847f6250d8554136e8d89 (patch)
treebc077692333b71f48a7efe984db60f87f9555b4c /examples/markdown/Cargo.toml
parent387abafa3abda3ba68eb7a2e4ce4240ad3bdda53 (diff)
downloadiced-e8020f3eaf3baec2b41847f6250d8554136e8d89.tar.gz
iced-e8020f3eaf3baec2b41847f6250d8554136e8d89.tar.bz2
iced-e8020f3eaf3baec2b41847f6250d8554136e8d89.zip
Add `Copy` action to code blocks in `markdown` example
Diffstat (limited to 'examples/markdown/Cargo.toml')
-rw-r--r--examples/markdown/Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/markdown/Cargo.toml b/examples/markdown/Cargo.toml
index 4711b1c4..7af1741b 100644
--- a/examples/markdown/Cargo.toml
+++ b/examples/markdown/Cargo.toml
@@ -16,3 +16,8 @@ image.workspace = true
tokio.workspace = true
open = "5.3"
+
+# Disabled to keep amount of build dependencies low
+# This can be re-enabled on demand
+# [build-dependencies]
+# iced_fontello = "0.13"