tauri/examples
Amr Bashir de7414aab9
feat: add Window::set_enabled and Window::is_enabled (#11154)
* feat: add `Window::set_enabled` and `Window::is_enabled`

closes #6660

* license headers

* fix build

* fix mobile and macos

* fix macos

* again

* unsafe

* fix macos is_enabled

* update example

---------

Co-authored-by: Lucas Nogueira <lucas@tauri.app>
2024-09-27 14:35:01 -03:00
..
.icons fix(cli): corrupted icons in bundled macOS icons (#5698) 2022-11-28 08:57:32 -03:00
api feat: add Window::set_enabled and Window::is_enabled (#11154) 2024-09-27 14:35:01 -03:00
commands Restructure the repository (#10796) 2024-08-27 18:42:30 -03:00
file-associations fix(core): clippy warnings, simplify embed_plist usage (#10844) 2024-09-03 01:09:27 +03:00
helloworld Restructure the repository (#10796) 2024-08-27 18:42:30 -03: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 Restructure the repository (#10796) 2024-08-27 18:42:30 -03:00
run-iteration Restructure the repository (#10796) 2024-08-27 18:42:30 -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 Restructure the repository (#10796) 2024-08-27 18:42:30 -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.