We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f77a85 commit 00a36d4Copy full SHA for 00a36d4
crates/bevy_winit/src/cursor.rs
@@ -29,13 +29,8 @@ use bevy_image::Image;
29
#[cfg(feature = "custom_cursor")]
30
use bevy_math::{Rect, URect, Vec2};
31
use bevy_reflect::{std_traits::ReflectDefault, Reflect};
32
-<<<<<<< HEAD
33
-=======
34
35
use bevy_sprite::{TextureAtlas, TextureAtlasLayout};
36
-#[cfg(feature = "custom_cursor")]
37
-use bevy_utils::tracing::warn;
38
->>>>>>> a175287b5 (Support texture atlases in CustomCursor::Image)
39
use bevy_utils::HashSet;
40
use bevy_window::{SystemCursorIcon, Window};
41
0 commit comments