rustbox
rustbox copied to clipboard
Integer type mismatch
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.