tauri/examples/file-associations/README.md

12 lines
287 B
Markdown
Raw Normal View History

# 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
```