bevy/crates/bevy_winit/src
François Mockers 6daf1a32da
properly flag using CustomCursor::Url in wasm (#16255)
# Objective

- Fixes #16254 
- fix building in wasm without custom_cursor

## Solution

- Properly flag `CustomCursor::Url` which only exist in wasm, but also
only when `custom_cursor` is enabled

## Testing

- `cargo check --target wasm32-unknown-unknown -p bevy_winit`
2024-11-11 21:50:47 +01:00
..
accessibility.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
converters.rs Correctly feature gate custom_cursor (#16093) 2024-11-05 22:31:36 +01:00
cursor.rs properly flag using CustomCursor::Url in wasm (#16255) 2024-11-11 21:50:47 +01:00
lib.rs Correctly feature gate custom_cursor (#16093) 2024-11-05 22:31:36 +01:00
state.rs Correctly feature gate custom_cursor (#16093) 2024-11-05 22:31:36 +01:00
system.rs Add the functions start_drag_move and start_drag_resize to Window (#15674) 2024-10-08 16:32:07 +00:00
winit_config.rs Simpler lint fixes: makes ci lints work but disables a lint for now (#15376) 2024-09-24 11:42:59 +00:00
winit_monitors.rs Simpler lint fixes: makes ci lints work but disables a lint for now (#15376) 2024-09-24 11:42:59 +00:00
winit_windows.rs Add bevy_window::Window options for MacOS (#15820) 2024-10-11 21:11:21 +00:00