ruffle/render
relrelb e1d01b0a5e swf: Extract `Rectangle` to a separate file
And make it generic, as a first step towards making it a general-purpose
data structure for the whole codebase. Some potential replacements are:
* `BoundingBox` in `render/src/bounding_box.rs`.
* `BoxBounds` in `core/src/html/dimensions.rs`.
* Parameters to a bunch of `BitmapData` methods in
  `core/src/bitmap/bitmap_data.rs`.
2022-09-25 10:37:56 +03:00
..
canvas Revert "web: Bump `wasm-bindgen` to 0.2.83" 2022-09-24 09:52:25 +03:00
src swf: Extract `Rectangle` to a separate file 2022-09-25 10:37:56 +03:00
webgl Revert "web: Bump `wasm-bindgen` to 0.2.83" 2022-09-24 09:52:25 +03:00
wgpu render: Treat `update_texture` with invalid `BitmapHandle` as an error 2022-09-16 22:03:15 -06:00
Cargo.toml Revert "web: Bump `wasm-bindgen` to 0.2.83" 2022-09-24 09:52:25 +03:00