tauri/examples/commands
Amr Bashir 6ff801e27d
chore: rename config-schema to tauri-config-schema (#6250)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2023-04-07 12:11:05 -03:00
..
commands.rs chore: update license year (#6311) 2023-02-19 10:17:49 -03:00
index.html fix(examples): fix command args case (#5635) 2022-11-17 15:04:10 +02:00
main.rs chore: update license year (#6311) 2023-02-19 10:17:49 -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: rename config-schema to tauri-config-schema (#6250) 2023-04-07 12:11:05 -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.