Allow custom cursor caching (#3276)

This commit is contained in:
daxpedda
2023-12-22 22:20:41 +01:00
committed by GitHub
parent 0a7ea61834
commit 2c15de7cf9
26 changed files with 579 additions and 347 deletions

View File

@@ -17,6 +17,7 @@ pub(crate) use self::{
pub use self::icon::WinIcon as PlatformIcon;
pub(crate) use crate::cursor::CursorImage as PlatformCustomCursor;
pub(crate) use crate::cursor::CursorImage as PlatformCustomCursorBuilder;
use crate::platform_impl::Fullscreen;
use crate::event::DeviceId as RootDeviceId;