ruffle/core
David Wendt cb47e0bae8 `wrap_line` returns breakpoints relative to how we sliced the text, so we need to break things appropriately.
This prevents a bounds-check panic when we inevitably try to slice an array like `[300..2]` or something like that.

We also skip rendering the space that we're turning into a newline to avoid it popping up on the next line by accident.
2020-06-20 19:26:47 -04:00
..
assets text: Add dummy implementation of device text 2019-10-07 23:23:45 -07:00
macros build(deps): bump syn from 1.0.30 to 1.0.31 2020-06-09 22:14:57 -07:00
src `wrap_line` returns breakpoints relative to how we sliced the text, so we need to break things appropriately. 2020-06-20 19:26:47 -04:00
tests avm1: Fatal errors will halt the AVM and prevent further execution 2020-06-20 15:02:00 -07:00
Cargo.toml core: Use thiserror to derive Loader errors 2020-06-20 15:02:00 -07:00