mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-21 15:52:19 +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]
|
||||
/// This enum describes the possible errors that can occur when importing a WGPU texture,
|
||||
/// via [`Image::try_from()`](super::Image::try_from()).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue