mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-26 22:53:15 -04:00
Web: implement Error for CustomCursorError (#3793)
This commit is contained in:
@@ -43,6 +43,7 @@ changelog entry.
|
||||
### Added
|
||||
|
||||
- Add `ActiveEventLoop::create_proxy()`.
|
||||
- On Web, implement `Error` for `platform::web::CustomCursorError`.
|
||||
|
||||
### Changed
|
||||
|
||||
|
||||
@@ -437,3 +437,5 @@ impl Display for CustomCursorError {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
impl Error for CustomCursorError {}
|
||||
|
||||
Reference in New Issue
Block a user