summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-04-03 23:39:38 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-04-03 23:39:38 +0200
commitcc05cb9be4a1de5f0427f93ce64e658be0703f8b (patch)
tree0e8e70848d29101a5a214a1462ddb5f578fdf5c2 /graphics
parentd461f23e8dd34c5de73e0aa176a3301b01564652 (diff)
downloadiced-cc05cb9be4a1de5f0427f93ce64e658be0703f8b.tar.gz
iced-cc05cb9be4a1de5f0427f93ce64e658be0703f8b.tar.bz2
iced-cc05cb9be4a1de5f0427f93ce64e658be0703f8b.zip
Fix broken doc links in `iced_wgpu` and `iced_graphics`
Diffstat (limited to 'graphics')
-rw-r--r--graphics/src/image.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/src/image.rs b/graphics/src/image.rs
index e8626717..47a7b30e 100644
--- a/graphics/src/image.rs
+++ b/graphics/src/image.rs
@@ -35,6 +35,8 @@ pub enum Image {
#[cfg(feature = "image")]
/// Tries to load an image by its [`Handle`].
+///
+/// [`Handle`]: image::Handle
pub fn load(
handle: &image::Handle,
) -> ::image::ImageResult<::image::DynamicImage> {