Skip to content

Commit

Permalink
Web: implement Error for CustomCursorError (rust-windowing#3793)
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda authored Jul 17, 2024
1 parent 944ab60 commit d741c58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/changelog/unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ changelog entry.
### Added

- Add `ActiveEventLoop::create_proxy()`.
- On Web, implement `Error` for `platform::web::CustomCursorError`.

### Changed

Expand Down
2 changes: 2 additions & 0 deletions src/platform/web.rs
Original file line number Diff line number Diff line change
Expand Up @@ -437,3 +437,5 @@ impl Display for CustomCursorError {
}
}
}

impl Error for CustomCursorError {}

0 comments on commit d741c58

Please sign in to comment.