mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-02-06 17:46:47 +00:00
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
|
||
|---|---|---|
| .. | ||
| index.html | ||
| main.rs | ||
| README.md | ||
| tauri.conf.json | ||
Hello World Example
To execute run the following on the root directory of the repository: cargo run --example helloworld.