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

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.