ruffle/swf/src
dependabot[bot] 185a4f5b8f chore: Bump lzma-rs from 0.1.3 to 0.2.0
Bumps [lzma-rs](https://github.com/gendx/lzma-rs) from 0.1.3 to 0.2.0.
- [Release notes](https://github.com/gendx/lzma-rs/releases)
- [Changelog](https://github.com/gendx/lzma-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gendx/lzma-rs/compare/v0.1.3...v0.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-03 15:37:29 -07:00
..
avm1 avm2: Don't mutably borrow for pos() 2021-04-03 16:37:47 -06:00
avm2 avm2: Implement Op::Coerce and add tests 2021-04-21 00:33:11 -07:00
types swf: Add Fixed8 and Fixed16 types 2021-04-19 15:47:52 -07:00
avm1.rs swf: Add custom error type for SWF/AVM1 parse errors 2019-10-10 00:55:09 -07:00
avm2.rs Merge swf-rs into ruffle repo 2019-10-02 17:25:30 -07:00
error.rs swf: Change read_tag_with_code to take an already parsed tag 2021-02-27 17:04:42 -08:00
extensions.rs avm2: Fix parsing of variable-length s32 values 2021-04-18 17:32:01 -07:00
lib.rs swf: Deduplicate different read methods 2021-02-27 17:04:42 -08:00
read.rs chore: Bump lzma-rs from 0.1.3 to 0.2.0 2021-05-03 15:37:29 -07:00
string.rs swf: Make a few functions const 2021-02-27 17:04:42 -08:00
tag_code.rs swf: Change read_tag_with_code to take an already parsed tag 2021-02-27 17:04:42 -08:00
test_data.rs core: Use Fixed8 and i16 for ColorTransform 2021-04-19 15:47:52 -07:00
types.rs core: Use Fixed8 and i16 for ColorTransform 2021-04-19 15:47:52 -07:00
write.rs core: Use Fixed8 and i16 for ColorTransform 2021-04-19 15:47:52 -07:00