summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-07-21 18:16:32 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-07-21 18:16:32 +0200
commitf830454ffad1cf60f1d6e56fe95514af96848a64 (patch)
treeacbecbb810bbd4a498daabcf5ca9839520474f5a /Cargo.toml
parent5443e4d8289873895587d856dbcf46f980bda6ab (diff)
downloadiced-f830454ffad1cf60f1d6e56fe95514af96848a64.tar.gz
iced-f830454ffad1cf60f1d6e56fe95514af96848a64.tar.bz2
iced-f830454ffad1cf60f1d6e56fe95514af96848a64.zip
Use `url` for `markdown` links
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d301b36d..7eea63dd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -172,6 +172,7 @@ tiny-skia = "0.11"
tokio = "1.0"
tracing = "0.1"
unicode-segmentation = "1.0"
+url = "2.5"
wasm-bindgen-futures = "0.4"
wasm-timer = "0.2"
web-sys = "=0.3.67"