Lucas Nogueira 2e2dc7c774 fix(core): temporary fix for clippy issue il y a 4 ans
..
src-tauri 2e2dc7c774 fix(core): temporary fix for clippy issue il y a 4 ans
README.md 1c97a151c1 feat(examples): add `resources` example (#2001) il y a 4 ans
index.html 66916b739f chore: add `.prettierrc` in repo root (#2145) il y a 4 ans
package.json 1c97a151c1 feat(examples): add `resources` example (#2001) il y a 4 ans

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.