mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-22 18:21:35 +03:00
3b98141aa2
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com> Co-authored-by: Lucas Nogueira <lucas@tauri.studio> Co-authored-by: Raphii <iam@raphii.co> Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de> Co-authored-by: Lucas Nogueira <lucas@tauri.app>
12 lines
287 B
Markdown
12 lines
287 B
Markdown
# 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
|
|
|
|
```
|
|
cargo build --example file-associations
|
|
```
|