Lucas Fernandes Nogueira a9dfc01550 feat: update to edition 2021 and set minimum rust to 1.56 (#2789) 3 years ago
..
src-tauri a9dfc01550 feat: update to edition 2021 and set minimum rust to 1.56 (#2789) 3 years ago
README.md 1c97a151c1 feat(examples): add `resources` example (#2001) 4 years ago
index.html 66916b739f chore: add `.prettierrc` in repo root (#2145) 4 years ago
package.json 1c97a151c1 feat(examples): add `resources` example (#2001) 4 years ago

README.md

Resource example

This example demonstrates the Tauri bundle resources functionality. The example adds src-tauri/assets/index.js as a resource (defined on tauri.conf.json > tauri > bundle > resources) and executes it using Node.js, locating the JavaScript file using the tauri::api::path::resolve_path API.