mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-23 16:51:43 +00:00
WGPU: Add missing derive_more::Error derivation for wgpu24::TextureImportError
cc #8631
This commit is contained in:
parent
7af9eec820
commit
5d40fa167e
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ impl Default for WGPUConfiguration {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug)]
|
#[derive(Debug, derive_more::Error)]
|
||||||
#[non_exhaustive]
|
#[non_exhaustive]
|
||||||
/// This enum describes the possible errors that can occur when importing a WGPU texture,
|
/// This enum describes the possible errors that can occur when importing a WGPU texture,
|
||||||
/// via [`Image::try_from()`](super::Image::try_from()).
|
/// via [`Image::try_from()`](super::Image::try_from()).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue