tauri-sys/examples/test/index.html
bicarlsen ae49310ee1
Add menu functionality (#59)
* Added core::Channel and menu functionality. core::Channel may leak memory.

* Updated examples to v2 using Leptos.
2024-08-06 18:20:50 +02:00

11 lines
291 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>Tauri + Leptos App</title>
<link data-trunk rel="css" href="styles.css" />
<link data-trunk rel="copy-dir" href="public" />
<link data-trunk rel="rust" data-wasm-opt="z" />
</head>
<body></body>
</html>