tauri/examples
2022-03-07 11:34:33 -03:00
..
.icons fix: #617 Update macOS icons to Big Sur style (#2870) 2021-12-06 23:41:13 +01:00
api feat(core): reimplement readTextFile for performance (#3631) 2022-03-07 11:34:33 -03:00
commands refactor(cli): rename tooling/cli.rs folder to tooling/cli (#3388) 2022-02-10 17:23:10 -03:00
helloworld fix: typo in the hello world example README.md (#3531) 2022-02-24 09:39:23 -03:00
isolation fix(core): docs.rs on Windows and macOS (#3566) 2022-03-02 13:08:42 -03:00
multiwindow refactor(core): do not panic on invalid window labels,#3544 (#3596) 2022-03-03 14:47:31 -03:00
navigation refactor(cli): rename tooling/cli.rs folder to tooling/cli (#3388) 2022-02-10 17:23:10 -03:00
resources chore(deps): update to wry v0.13.2 (#3503) 2022-02-18 10:39:10 -03:00
sidecar fix(core): docs.rs on Windows and macOS (#3566) 2022-03-02 13:08:42 -03:00
splashscreen refactor(cli): rename tooling/cli.rs folder to tooling/cli (#3388) 2022-02-10 17:23:10 -03:00
state feat(cli.js): rewrite cli.js with napi-rs, closes #2651,#3287 (#3370) 2022-02-09 22:11:00 -03:00
streaming fix: streaming example 2022-02-11 14:12:44 -03:00
tauri-dynamic-lib chore(deps): update to wry v0.13.2 (#3503) 2022-02-18 10:39:10 -03:00
updater fix(core): docs.rs on Windows and macOS (#3566) 2022-03-02 13:08:42 -03:00
README.md docs(examples): add missing Readme and clarify existing (#3327) 2022-02-04 17:56:57 -03:00

Examples

Following directories contain examples of tauri app functionality.

There are different execution steps depending on the example. See each directory README.md for execution method.