Availability indicators

This commit is contained in:
Conrad Irwin 2023-11-29 15:06:58 -07:00
parent 4ebae4d8bd
commit 3bdd51cb2a
5 changed files with 111 additions and 149 deletions

View file

@ -1034,7 +1034,7 @@ impl sqlez::bindable::Bind for GlobalPixels {
}
#[derive(Clone, Copy, Default, Add, Sub, Mul, Div, Neg)]
pub struct Rems(f32);
pub struct Rems(pub f32);
impl Mul<Pixels> for Rems {
type Output = Pixels;