Lucas Fernandes Nogueira c77b40324e refactor(core): add support to multiple webviews on a Tauri window (#8280) před 1 rokem
..
src-tauri c77b40324e refactor(core): add support to multiple webviews on a Tauri window (#8280) před 1 rokem
README.md 3b98141aa2 feat: add file association support, closes #3736 (#4320) před 2 roky
index.html 3b98141aa2 feat: add file association support, closes #3736 (#4320) před 2 roky
package.json 3b98141aa2 feat: add file association support, closes #3736 (#4320) před 2 roky
yarn.lock 3b98141aa2 feat: add file association support, closes #3736 (#4320) před 2 roky

README.md

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