tauri/examples
Lucas Fernandes Nogueira 0d0501cb7b
refactor(clipboard): use arboard instead of tao closes #8177 (#8394)
* refactor(clipboard): use arboard instead of tao closes #8177

* update api lock

* add change file
2023-12-14 13:41:20 -03:00
..
.icons fix(cli): corrupted icons in bundled macOS icons (#5698) 2022-11-28 08:57:32 -03:00
api refactor(clipboard): use arboard instead of tao closes #8177 (#8394) 2023-12-14 13:41:20 -03:00
commands chore: rename config-schema to tauri-config-schema (#6250) 2023-04-07 12:11:05 -03:00
helloworld chore: rename config-schema to tauri-config-schema (#6250) 2023-04-07 12:11:05 -03:00
isolation chore: rename config-schema to tauri-config-schema (#6250) 2023-04-07 12:11:05 -03:00
multiwindow chore: remove hotkey.js script and replace var with const (#7343) 2023-07-12 08:44:26 -03:00
navigation chore: rename config-schema to tauri-config-schema (#6250) 2023-04-07 12:11:05 -03:00
parent-window chore: remove hotkey.js script and replace var with const (#7343) 2023-07-12 08:44:26 -03:00
resources feat: allow specifying a resource map, closes #5844 (#5950) 2023-07-13 18:28:52 -03:00
sidecar chore: rename config-schema to tauri-config-schema (#6250) 2023-04-07 12:11:05 -03:00
splashscreen chore: rename config-schema to tauri-config-schema (#6250) 2023-04-07 12:11:05 -03:00
state chore: rename config-schema to tauri-config-schema (#6250) 2023-04-07 12:11:05 -03:00
streaming fix(examples): make video fits within window (#7129) 2023-06-05 08:11:32 -03:00
tauri-dynamic-lib chore: rename config-schema to tauri-config-schema (#6250) 2023-04-07 12:11:05 -03:00
updater chore: rename config-schema to tauri-config-schema (#6250) 2023-04-07 12:11:05 -03:00
web feat: Use the zbus-backed of notify-rust (#6332) 2023-03-31 12:36:59 -03:00
workspace chore: rename config-schema to tauri-config-schema (#6250) 2023-04-07 12:11:05 -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.