I want to change the cursor on the OS level.
But I get this import fail: error[E0432]: unresolved import bevy::winit::cursor::CustomCursorImage
--> src/main_menu.rs:4:41
|
4 | use bevy::winit::cursor::{CustomCursor, CustomCursorImage};
| ^^^^^^^^^^^^^^^^^
| |
| no CustomCursorImage in cursor
| help: a similar name exists in the module: CustomCursorCache
I have enable this feature in the cargo.toml file: bevy = { version = "0.15.3", features = ["custom_cursor"] }