ruffle/core
Mike Welsh b27bc578e0 core: Add enum_trait_object proc macro
The enum_trait_object attribute macro can be used to define an enum where
each variant holds an implementor of a trait. It implements all
methods to forward to the underlying object, as well as `From` impls.

This an aliternative to using trait objects that gets along nicer
with `gc-arena`.
2019-12-10 01:36:01 -08:00
..
assets text: Add dummy implementation of device text 2019-10-07 23:23:45 -07:00
macros core: Add enum_trait_object proc macro 2019-12-10 01:36:01 -08:00
src avm1: Fix return value of `Object.addProperty` 2019-12-03 14:59:37 -08:00
tests tests: Add test for Object.addProperty 2019-12-03 15:01:39 -08:00
Cargo.toml build(deps): bump jpeg-decoder from 0.1.16 to 0.1.17 2019-12-09 17:39:42 +00:00