mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-23 19:52:31 +03:00
.. | ||
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
.