File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
release-content/migration-guides Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change
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 ` .
You can’t perform that action at this time.
0 commit comments