mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 04:33:37 +00:00
565616622b
# Objective Currently there's no way to change the window's cursor icon with the `custom_cursor` feature **disabled**. You should still be able to set system cursor icons. Connections: - https://github.com/bevyengine/bevy/pull/15649 ## Solution Move some `custom_cursor` feature gates around, as to expose the `CursorIcon` type again. Note this refactoring was mainly piloted by hunting after the compiler warnings -- I shouldn't have missed anything, but FYI. ## Testing Disabled the `custom_cursor` feature, ran the `window_settings` example. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |