mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-10 19:47:14 +03:00
efe7811804
Closes #8073 |
||
---|---|---|
.. | ||
commands.rs | ||
index.html | ||
main.rs | ||
README.md | ||
tauri.conf.json |
Commands Example
A simple Tauri Application showcasing the command API.
To execute run the following on the root directory of the repository: cargo run --example commands
.