ruffle/web/packages/extension/safari
Mike Welsh 696c9062d3 chore: Inherit cargo metadata from workspace
Use workspace inheritance added in Rust 1.64 to de-duplicate
various settings across all packages.
2022-12-16 15:53:59 -08: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: Inherit cargo metadata from workspace 2022-12-16 15:53:59 -08: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.