tauri/examples/helloworld
WofWca 7930dde85c
chore: examples: fix & simplify helloworld (#12995)
Remove the cookies code from it.
Firtly, they are not necessary: "Hello, world!" should be simple.
Secondly, it's broken on Windows: `.cookies()` hangs.

The cookies stuff was introduced recently,
in cedb24d494
(https://github.com/tauri-apps/tauri/pull/12665).
This commit reverts the changes to the example.

This supersedes https://github.com/tauri-apps/tauri/pull/12992.
2025-03-16 11:50:06 +02:00
..
index.html chore: cleanup and simplify examples (#10743) 2024-08-27 01:25:36 +03:00
main.rs chore: examples: fix & simplify helloworld (#12995) 2025-03-16 11:50:06 +02:00
README.md fix: typo in the hello world example README.md (#3531) 2022-02-24 09:39:23 -03:00
tauri.conf.json Restructure the repository (#10796) 2024-08-27 18:42:30 -03:00

Hello World Example

To execute run the following on the root directory of the repository: cargo run --example helloworld.