ruffle/core
Mike Welsh 54b7094c16 render: Make `Matrix::inverse` fallible
* Add `Matrix::determinant`.
 * Rename `Matrix::invert` to `inverse`.
 * `Matrix::inverse` return an `Option`, with `None` returned
    for non-invertible matrices.
 * AMV `Matrix::invert` duplicates the code as the behavior is
   different (works in f64 and not twips, etc.)
2023-03-31 16:26:11 -07:00
..
assets core: Extend the embedded fake device font with more characters 2022-02-09 20:09:52 +01:00
build_playerglobal chore(deps): lock file maintenance rust dependencies 2023-03-28 09:31:15 +03:00
macros chore(deps): lock file maintenance rust dependencies 2023-03-28 09:31:15 +03:00
src render: Make `Matrix::inverse` fallible 2023-03-31 16:26:11 -07:00
Cargo.toml core: Update to latest quick-xml 2023-03-30 22:25:24 -07:00
build.rs core: Added ability to mark stubs inside actionscript 2023-02-07 20:34:59 +01:00