chore(nigthly): fix errors
The structure is used by other backends, `cfg`-out it is pointless.
This commit is contained in:
parent
359a38844b
commit
66df2c22ba
1 changed files with 1 additions and 0 deletions
|
|
@ -195,6 +195,7 @@ impl OnlyCursorImageSource {
|
|||
}
|
||||
|
||||
/// Platforms export this directly as `PlatformCustomCursor` if they don't implement caching.
|
||||
#[allow(dead_code)]
|
||||
#[derive(Debug, Clone)]
|
||||
pub(crate) struct OnlyCursorImage(pub(crate) Arc<CursorImage>);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue