You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The .width() and .height() methods on RustBox return usize, but the ResizeEvent variant of Event provides a pair of i32 integers. The types between the methods and the variant probably should match.
The text was updated successfully, but these errors were encountered:
The
.width()
and.height()
methods onRustBox
returnusize
, but theResizeEvent
variant ofEvent
provides a pair ofi32
integers. The types between the methods and the variant probably should match.The text was updated successfully, but these errors were encountered: