tauri/examples/commands
2022-12-15 18:03:28 -03:00
..
commands.rs chore: fix clippy warnings 2022-12-15 18:03:28 -03:00
index.html fix(examples): fix command args case (#5635) 2022-11-17 15:04:10 +02:00
main.rs chore: fix clippy warnings 2022-12-15 18:03:28 -03:00
README.md docs(examples): add missing Readme and clarify existing (#3327) 2022-02-04 17:56:57 -03:00
tauri.conf.json chore: run yarn format 2022-11-03 09:27:43 -03:00

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.