Skip to content

Commit 656e048

Browse files
authored
migration guide for bevyengine#20427 (cursor) (bevyengine#21062)
# Objective Fixes bevyengine#21028 ## Solution Mention types moved, and rationale
1 parent a044c66 commit 656e048

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Move cursor-related types from `bevy_winit` to `bevy_window`
3+
pull_requests: [20427]
4+
---
5+
6+
In an effort to reduce and untangle dependencies, cursor-related types have been moved from the `bevy_winit` crate to the `bevy_window` crate.
7+
The following types have been moved as part of this change:
8+
9+
- `CursorIcon` is now located at `bevy::window::CursorIcon`.
10+
- `CustomCursor` is now located at `bevy::window::CustomCursor`.
11+
- `CustomCursorImage` is now located at `bevy::window::CustomCursorImage`.
12+
- `CustomCursorUrl` is now located at `bevy::window::CustomCursorUrl`.
13+
- on the android platform, `ANDROID_APP` is now located in it's own crate and can be found at `bevy::android::ANDROID_APP`.

0 commit comments

Comments
 (0)