ruffle/swf/src
TÖRÖK Attila 96d1f19e6c
chore: Port to bitflags 2.0.0
* Bump bitflags to 2.0.0
* Sprinkle Clone, Copy, Eq, PartialEq, and Debug derives where needed
* Call `bits` on bitflags, as it is now a method
* Switch from `from_bits_truncate` to `from_bits_retain` on bitflags where needed
* Bump h263-rs for the bitflags 2.0.0 dependency

As part of porting to bitflags 2.0.0, see:
https://kodraus.github.io/rust/2022/10/07/bitflags2.html#upgrading-to-2x
2023-03-15 20:06:10 -07:00
..
avm1 chore: Port to bitflags 2.0.0 2023-03-15 20:06:10 -07:00
avm2 chore: Port to bitflags 2.0.0 2023-03-15 20:06:10 -07:00
types chore: Port to bitflags 2.0.0 2023-03-15 20:06:10 -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 core: Fix clippy format string lint 2022-10-27 08:49:39 +03:00
extensions.rs avm2: Implemented newcatch and basic exception handling 2022-08-10 01:34:08 +02:00
lib.rs chore: Allow `clippy::bool_to_int_with_if` 2023-02-26 13:23:38 +02:00
read.rs chore: Port to bitflags 2.0.0 2023-03-15 20:06:10 -07:00
string.rs swf: Mark some `SwfStr` functions as const 2022-05-10 09:34:57 +03:00
tag_code.rs swf: Added DoAbc2 tag 2023-02-14 08:51:45 +01:00
test_data.rs swf: Deduplicate GradientFilter again 2023-02-28 16:25:12 +01:00
types.rs chore: Port to bitflags 2.0.0 2023-03-15 20:06:10 -07:00
write.rs render: Replace `BoundingBox` with `swf::Rectangle` 2023-03-04 21:54:23 +02:00