ruffle/tests/framework/src
Kamil Jarosz e8f52fd8b5 video: Use cache dir for storing downloaded OpenH264 library
Using the executable's parent directory is a bad idea in most cases,
as the place where Ruffle is installed should not be modified.
This patch changes the directory where the OpenH264 library is saved to
the cache directory, which should always be writable.
2024-09-12 13:05:27 +02:00
..
backends core: Add UiBackend::close_virtual_keyboard 2024-07-27 21:32:35 +02:00
backends.rs tests: Move TestUiBackend to backends/ui.rs 2023-11-10 22:02:18 +01:00
environment.rs tests: Make Environment::create_renderer only make one renderer, not N amount 2024-01-26 18:59:06 +01:00
fs_commands.rs tests: Move test framework into its own crate 2023-11-10 22:02:18 +01:00
image_trigger.rs tests: Move test framework into its own crate 2023-11-10 22:02:18 +01:00
lib.rs tests: Don't set logger in test framework, it's the responsibility of the caller 2024-01-18 16:07:24 +01:00
options.rs video: Use cache dir for storing downloaded OpenH264 library 2024-09-12 13:05:27 +02:00
runner.rs core: Add support for wider range of key codes 2024-09-01 21:02:34 +02:00
test.rs tests: Turn Test::run() into Test::create_test_runner() - handle running externally 2024-01-26 18:59:06 +01:00
util.rs chore: Bump `image` to `v0.25`, without the `dxt` feature 2024-03-19 00:14:48 +01:00