ruffle/core
David Wendt 33d26b9149 Shorten `Pin<Box<dyn Future<Output=Result<T,E>> + 'static>>` into `OwnedFuture<T,E>`.
This is technically stricter on `fetch` impls, but right now we can't support non-`'static` futures at all.
2020-02-22 00:02:45 -05: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.13 to 1.0.14 2020-01-20 18:56:56 +00:00
src Shorten `Pin<Box<dyn Future<Output=Result<T,E>> + 'static>>` into `OwnedFuture<T,E>`. 2020-02-22 00:02:45 -05:00
tests Implement `XML.load()`, with tests. 2020-02-22 00:02:45 -05:00
Cargo.toml Add separate libraries for each loaded movie. 2020-02-21 23:57:56 -05:00