diff options
author | 2024-04-03 23:39:38 +0200 | |
---|---|---|
committer | 2024-04-03 23:39:38 +0200 | |
commit | cc05cb9be4a1de5f0427f93ce64e658be0703f8b (patch) | |
tree | 0e8e70848d29101a5a214a1462ddb5f578fdf5c2 /graphics | |
parent | d461f23e8dd34c5de73e0aa176a3301b01564652 (diff) | |
download | iced-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.rs | 2 |
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> { |