@ -8,10 +8,10 @@ pub mod platform_impl;
#[derive(Debug, Clone, Copy)]
pub struct Bounds {
x: i32,
y: i32,
width: i32,
height: i32,
pub x: i32,
pub y: i32,
pub width: i32,
pub height: i32,
}