ruffle/web/packages/extension/safari
relrelb 178bf4fe24 chore: Extract Cargo `edition` to `[workspace.package]`
This is possible since Rust 1.64.0: https://blog.rust-lang.org/2022/09/22/Rust-1.64.0.html#cargo-improvements-workspace-inheritance-and-multi-target-builds
2022-10-14 22:13:29 +03:00
..
package/Contents web: Add a crate for a stub binary that builds a Safari Web Extension 2022-04-12 22:14:22 -07:00
src chore: Prevent language servers from scanning the Safari stub binary on Windows 2022-04-12 22:14:22 -07:00
Cargo.toml chore: Extract Cargo `edition` to `[workspace.package]` 2022-10-14 22:13:29 +03:00
README.md web: Add a crate for a stub binary that builds a Safari Web Extension 2022-04-12 22:14:22 -07:00

README.md

This directory builds the native half of Ruffle's Safari Web Extension for macOS.

The binary this crate produces is intended to be bundled into an .appex package along with the contents of the packages/macOS directory, in the same way that the Desktop binary is packaged for macOS. The compiled web extension itself should be placed in the package's Contents/Resources directory.