tauri/examples/file-associations
Lucas Fernandes Nogueira bb5faa21f4
chore: update tao, wry, windows, webview2-com (#13163)
* chore: update tao, wry, windows, webview2-com

* update docs

* Use `impl Into<String>`

* More docs

---------

Co-authored-by: Tony <legendmastertony@gmail.com>
2025-04-09 08:15:31 -03:00
..
src-tauri chore: update tao, wry, windows, webview2-com (#13163) 2025-04-09 08:15:31 -03: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