Fix broken doc links in iced_wgpu and iced_graphics
This commit is contained in:
parent
d461f23e8d
commit
cc05cb9be4
3 changed files with 14 additions and 13 deletions
|
|
@ -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> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue