Skip to content

Commit

Permalink
avm1: Partially implement FileReference (Part of #307)
Browse files Browse the repository at this point in the history
  • Loading branch information
hatal175 committed Sep 18, 2021
1 parent 623654c commit bde69ab
Show file tree
Hide file tree
Showing 20 changed files with 1,093 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_rust.yml
Expand Up @@ -59,7 +59,7 @@ jobs:
sudo add-apt-repository ppa:kisak/kisak-mesa -y
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt install -y libasound2-dev libxcb-shape0-dev libxcb-xfixes0-dev mesa-vulkan-drivers
sudo apt install -y libasound2-dev libxcb-shape0-dev libxcb-xfixes0-dev mesa-vulkan-drivers libpango1.0-dev libgtk-3-dev
- name: Check formatting
uses: actions-rs/cargo@v1
Expand Down
219 changes: 208 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion LICENSE.md
Expand Up @@ -564,7 +564,6 @@ Ruffle depends on third-party libraries with compatible licenses.
| [time](https://github.com/time-rs/time) | [Apache-2.0](#Apache-20)/[MIT](#MIT) | Copyright (c) 2019 Jacob Pratt |
| [time-macros](https://github.com/time-rs/time) | [Apache-2.0](#Apache-20)/[MIT](#MIT) | Copyright (c) 2019 Jacob Pratt |
| [time-macros-impl](https://github.com/time-rs/time) | [Apache-2.0](#Apache-20)/[MIT](#MIT) | Copyright (c) 2019 Jacob Pratt |
| [tinyfiledialogs](https://github.com/jdm/tinyfiledialogs-rs) | zlib-acknowledgement | Copyright (c) Guillaume Vareille <vareille@users.sourceforge.net>, Josh Matthews <josh@joshmatthews.net> |
| [tinyvec](https://github.com/Lokathor/tinyvec) | [Apache-2.0](#Apache-20)/[MIT](#MIT)/[Zlib](#Zlib) | Copyright (c) Lokathor <zefria@gmail.com> |
| [tinyvec_macros](https://github.com/Soveu/tinyvec_macros) | [Apache-2.0](#Apache-20)/[MIT](#MIT)/[Zlib](#Zlib) | Copyright (c) 2020 Soveu |
| [toml](https://github.com/alexcrichton/toml-rs) | [Apache-2.0](#Apache-20)/[MIT](#MIT) | Copyright (c) 2014 Alex Crichton |
Expand Down

0 comments on commit bde69ab

Please sign in to comment.