ruffle/render/canvas
relrelb e27240e434 canvas: Remove `clamped_u8_color` function
Since Rust 1.45, the `as` keyword performs a saturating cast when
casting from float to int. Therefore the `clamped_u8_color` function
is useless, and `as` can be simply used instead.
2022-03-28 14:33:32 -07:00
..
src canvas: Remove `clamped_u8_color` function 2022-03-28 14:33:32 -07:00
Cargo.toml build(deps): bump jpeg-decoder from 0.2.2 to 0.2.3 2022-03-29 00:09:01 +03:00