tauri/examples
Amr Bashir b9e6a01879
refactor(cli): use tauri/custom-protocol instead of relying on user having custom-protocol in their cargo features (#8937)
* refactor(cli): use `tauri/custom-protocol` instead of relying on user having `custom-protocol` in their cargo features

* tauri-build dev cfg

* pass build-feature when building apk

* run beforeBuildCommand before first build for plugins

* clippy

* fix

* mut

* enhance dev/prod checks

* lint [skip ci]

---------

Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
2024-02-26 15:17:45 -03:00
..
.icons fix(cli): corrupted icons in bundled macOS icons (#5698) 2022-11-28 08:57:32 -03:00
api refactor(cli): use tauri/custom-protocol instead of relying on user having custom-protocol in their cargo features (#8937) 2024-02-26 15:17:45 -03:00
commands feat(core): implement new config structure (#8723) 2024-02-03 00:39:48 -03:00
file-associations refactor(cli): use tauri/custom-protocol instead of relying on user having custom-protocol in their cargo features (#8937) 2024-02-26 15:17:45 -03:00
helloworld feat(core): implement new config structure (#8723) 2024-02-03 00:39:48 -03:00
isolation feat(core): implement new config structure (#8723) 2024-02-03 00:39:48 -03:00
multiwebview feat(core): implement new config structure (#8723) 2024-02-03 00:39:48 -03:00
multiwindow feat(codegen): allow defining additional capabilities, closes #8798 (#8802) 2024-02-19 11:13:36 -03:00
navigation feat(core): implement new config structure (#8723) 2024-02-03 00:39:48 -03:00
parent-window feat(codegen): allow defining additional capabilities, closes #8798 (#8802) 2024-02-19 11:13:36 -03:00
plugins/tauri-plugin-example Apply Version Updates From Current Changes (#8638) 2024-02-03 10:59:09 -03:00
resources refactor(cli): use tauri/custom-protocol instead of relying on user having custom-protocol in their cargo features (#8937) 2024-02-26 15:17:45 -03:00
run-iteration feat(core): implement new config structure (#8723) 2024-02-03 00:39:48 -03:00
splashscreen feat(core): implement new config structure (#8723) 2024-02-03 00:39:48 -03:00
state feat(core): implement new config structure (#8723) 2024-02-03 00:39:48 -03:00
streaming feat(core): implement new config structure (#8723) 2024-02-03 00:39:48 -03:00
web refactor(cli): use tauri/custom-protocol instead of relying on user having custom-protocol in their cargo features (#8937) 2024-02-26 15:17:45 -03:00
workspace refactor(cli): use tauri/custom-protocol instead of relying on user having custom-protocol in their cargo features (#8937) 2024-02-26 15:17:45 -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.