fix: offset DnD events in scrollable #157
Annotations
3 errors and 10 warnings
Build todos binary:
winit/src/program.rs#L317
no variant or associated item named `Resized` found for enum `winit::event::WindowEvent` in the current scope
|
Build todos binary:
winit/src/program.rs#L335
no variant or associated item named `EventLoopAwakened` found for enum `program::Event` in the current scope
|
Build todos binary
Process completed with exit code 1.
|
Build todos binary:
core/src/widget/tree.rs#L294
unused variable: `len_changed`
|
Build todos binary:
wgpu/src/layer.rs#L1
unused import: `crate::core::Radians`
|
Build todos binary:
wgpu/src/lib.rs#L65
unused imports: `Radians` and `image::FilterMethod`
|
Build todos binary:
wgpu/src/window/compositor.rs#L14
unused import: `std::future::Future`
|
Build todos binary:
wgpu/src/window/compositor.rs#L24
field `alpha_mode` is never read
|
Build todos binary:
runtime/src/lib.rs#L44
unused import: `Color`
|
Build todos binary:
widget/src/scrollable.rs#L766
variable does not need to be mutable
|
Build todos binary:
widget/src/slider.rs#L716
irrefutable `if let` pattern
|
Build todos binary:
widget/src/slider.rs#L719
irrefutable `if let` pattern
|
Build todos binary:
widget/src/slider.rs#L722
irrefutable `if let` pattern
|
Loading