tauri/examples/file-associations
renovate[bot] b0ddee8992
chore(deps): update rust crate wry to 0.48 (dev) (#12101)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de>
2025-01-02 01:01:31 +01:00
..
src-tauri chore(deps): update rust crate wry to 0.48 (dev) (#12101) 2025-01-02 01:01:31 +01:00
index.html chore: cleanup and simplify examples (#10743) 2024-08-27 01:25:36 +03:00
package.json Restructure the repository (#10796) 2024-08-27 18:42:30 -03:00
README.md docs(examples): fix file-assoc readme cargo build command (#11711) 2024-11-18 19:50:41 +02:00

File Associations Example

This example demonstrates how to make associations between the application and certain file types.

This feature is commonly used for functionality such as previewing or editing files.

Running the example

  1. Run the following inside examples/file-associations/src-tauri

    cargo build --features tauri/protocol-asset