tauri/examples
The1111mp dd4f13ce4b
feat: add set_dock_visibility method (#13185)
* feat: add `set_dock_visibility` method

Signed-off-by: The1111mp <The1111mp@outlook.com>

* add api

* retain focus

* fmt

* make SetDockVisibility message conditional (macos only)

* lint

---------

Signed-off-by: The1111mp <The1111mp@outlook.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
2025-04-11 15:13:07 -03:00
..
.icons fix(cli): corrupted icons in bundled macOS icons (#5698) 2022-11-28 08:57:32 -03:00
api feat: add set_dock_visibility method (#13185) 2025-04-11 15:13:07 -03:00
commands Restructure the repository (#10796) 2024-08-27 18:42:30 -03:00
file-associations chore: update tao, wry, windows, webview2-com (#13163) 2025-04-09 08:15:31 -03:00
helloworld chore: examples: fix & simplify helloworld (#12995) 2025-03-16 11:50:06 +02:00
isolation Restructure the repository (#10796) 2024-08-27 18:42:30 -03:00
multiwebview Restructure the repository (#10796) 2024-08-27 18:42:30 -03:00
multiwindow Restructure the repository (#10796) 2024-08-27 18:42:30 -03:00
resources chore(deps): update rust crate wry to 0.48 (dev) (#12101) 2025-01-02 01:01:31 +01:00
run-return feat: introduce App::run_return (#12668) 2025-03-16 07:04:22 -03:00
splashscreen Restructure the repository (#10796) 2024-08-27 18:42:30 -03:00
state Restructure the repository (#10796) 2024-08-27 18:42:30 -03:00
streaming chore: fix a few internal docs and apply clippy suggestions (#13131) 2025-04-03 17:57:36 +02: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.