ruffle/swf/src
Mike Welsh cec0ca74e1 chore: Fix swf doctests working directory
Rust 12-09 nightly changed the working dir of doctests to be the
workspace root instead of the subcrate root. This broke the
doctests for swf. Now do some setup to ensure the same working
directory on both stable and nightly.

cc https://github.com/rust-lang/cargo/pull/8954
2020-12-10 12:25:02 -08:00
..
avm1 avm1: Switch to SmallVec for ActionPush 2020-11-03 13:47:12 -08:00
avm2 swf: `pushshort` should be read as a `u30` and then cast to an `i16` as it's parsed representation. 2020-12-09 14:00:06 -08:00
types chore: Appease clippy 2020-12-07 10:14:31 -08: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: Add custom error type for SWF/AVM1 parse errors 2019-10-10 00:55:09 -07:00
lib.rs chore: Appease clippy 2020-11-09 01:52:57 -08:00
read.rs chore: Fix swf doctests working directory 2020-12-10 12:25:02 -08:00
tag_code.rs swf: Remove panic when data left over in tag 2019-10-10 21:52:41 -07:00
test_data.rs avm1: Switch to SmallVec for ActionPush 2020-11-03 13:47:12 -08:00
types.rs core: Avoid panic when display objects are manipulated in clearly invalid ways. 2020-12-09 14:00:06 -08:00
write.rs swf: Allow construct clip events in SWFv6 2020-11-22 19:34:29 -08:00