ruffle/core
Mike Welsh d23ea90459 swf: Change Matrix to use Fixed16 for a, b, c, d
Matrices in an SWF file store their scale/skew components in
in 16.16 format (fbits).

Split `ruffle_core::Matrix` and `swf::Matrix`. `swf::Matrix` now
stores its data as `Fixed16` instead of immediately converting to
`f32`.
2021-06-08 14:57:15 -07:00
..
assets text: Add dummy implementation of device text 2019-10-07 23:23:45 -07:00
macros chore: Bump syn from 1.0.71 to 1.0.72 2021-05-10 09:40:26 -07:00
src swf: Change Matrix to use Fixed16 for a, b, c, d 2021-06-08 14:57:15 -07:00
Cargo.toml chore: Bump approx from 0.4.0 to 0.5.0 2021-06-07 11:30:59 -07:00