diff options
author | 2024-07-21 18:16:32 +0200 | |
---|---|---|
committer | 2024-07-21 18:16:32 +0200 | |
commit | f830454ffad1cf60f1d6e56fe95514af96848a64 (patch) | |
tree | acbecbb810bbd4a498daabcf5ca9839520474f5a /Cargo.toml | |
parent | 5443e4d8289873895587d856dbcf46f980bda6ab (diff) | |
download | iced-f830454ffad1cf60f1d6e56fe95514af96848a64.tar.gz iced-f830454ffad1cf60f1d6e56fe95514af96848a64.tar.bz2 iced-f830454ffad1cf60f1d6e56fe95514af96848a64.zip |
Use `url` for `markdown` links
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |