mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-19 08:31:35 +03:00
7eb9aa75cf
Co-authored-by: Wu Yu Wei <wusyong9104@gmail.com> Co-authored-by: Lucas Nogueira <lucas@tauri.studio> |
||
---|---|---|
.. | ||
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
.