Rename MouseCursor to mouse::Interaction
This commit is contained in:
parent
d4c4198f72
commit
98bc8cf2a7
35 changed files with 170 additions and 171 deletions
|
|
@ -1,5 +1,5 @@
|
|||
use crate::{Primitive, Renderer};
|
||||
use iced_native::{image, Layout, MouseCursor};
|
||||
use iced_native::{image, mouse, Layout};
|
||||
|
||||
impl image::Renderer for Renderer {
|
||||
fn dimensions(&self, handle: &image::Handle) -> (u32, u32) {
|
||||
|
|
@ -16,7 +16,7 @@ impl image::Renderer for Renderer {
|
|||
handle,
|
||||
bounds: layout.bounds(),
|
||||
},
|
||||
MouseCursor::default(),
|
||||
mouse::Interaction::default(),
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue